diff --git a/src/views/incomePayments/meetManage/Attendance.vue b/src/views/incomePayments/meetManage/Attendance.vue
index f4a3a94..8a15501 100644
--- a/src/views/incomePayments/meetManage/Attendance.vue
+++ b/src/views/incomePayments/meetManage/Attendance.vue
@@ -1360,7 +1360,7 @@ export default {
title: '确认审核',
content: '是否确定批量审核报名信息?',
onOk: function () {
- that.$refs.auditModal.title = '审核报名信息'
+ that.$refs.auditModal.title = '批量审核报名信息'
that.$refs.auditModal.open({ batch: true, ids }, true)
}
})
diff --git a/src/views/projectManagement/WorkingGroupMemberUnitMaintenance.vue b/src/views/projectManagement/WorkingGroupMemberUnitMaintenance.vue
index 073a49d..e77fe7d 100644
--- a/src/views/projectManagement/WorkingGroupMemberUnitMaintenance.vue
+++ b/src/views/projectManagement/WorkingGroupMemberUnitMaintenance.vue
@@ -214,7 +214,7 @@
调账
编辑
删除
- 确认凭证
+ 确认凭证
@@ -329,7 +329,7 @@ export default {
exportXlsUrl: '/project/payWorkingGroupSubitem/exportXls',
importExcelUrl: '/project/payWorkingGroupSubitem/importExcel',
downTemplateUrl: '/project/payWorkingGroupSubitem/downloadExcelModel',
- // todo 需要进行修改
+ // 确认凭证
confirmVoucher: '/project/payWorkingGroupSubitem/confirmVoucher'
},
columns: [
@@ -679,14 +679,10 @@ export default {
getAction(that.url.confirmVoucher, {id: id}).then((res) => {
if (res.success) {
that.$message.success(res.message)
- // 判断当前删除的数据是否是最后一页的最后一条数据,如果是的话页码减一
- if (that.ipagination.current > 1 && ((that.ipagination.current - 1) * that.ipagination.pageSize) + 1 === that.ipagination.total) {
- that.ipagination.current -= 1
- }
that.loadData()
} else {
if (res.message.indexOf('
') > -1) {
- that.messageLineFeed('删除失败', res.message)
+ that.messageLineFeed('确认凭证失败', res.message)
} else {
that.$message.warning(res.message)
}
diff --git a/src/views/projectManagement/WorkingGroupProjectManagement.vue b/src/views/projectManagement/WorkingGroupProjectManagement.vue
index 4e8cb11..92e5152 100644
--- a/src/views/projectManagement/WorkingGroupProjectManagement.vue
+++ b/src/views/projectManagement/WorkingGroupProjectManagement.vue
@@ -48,7 +48,7 @@