From 3b4aa567f459bed6c961c757d8f89fa7f5aae9bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=81=92=E6=88=90?= <962704835@qq.com> Date: Tue, 18 Nov 2025 11:48:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E7=95=99=E5=AD=A6=E7=B1=8D=E6=A0=B9?= =?UTF-8?q?=E6=8D=AE=E5=AF=B9=E5=BA=94=E8=A7=92=E8=89=B2=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E5=AF=B9=E5=BA=94=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../enlistmentReserve/applicationForm.vue | 69 ------------------- .../enlistmentReserveApproval/index.vue | 32 ++++++--- .../enlistmentReserveAttach/index.vue | 26 +++++-- src/views/routine/enlistmentReserve/index.vue | 61 ++++++++++++---- 4 files changed, 92 insertions(+), 96 deletions(-) diff --git a/src/views/routine/enlistmentReserve/applicationForm.vue b/src/views/routine/enlistmentReserve/applicationForm.vue index c9680c1..cdb7a3d 100644 --- a/src/views/routine/enlistmentReserve/applicationForm.vue +++ b/src/views/routine/enlistmentReserve/applicationForm.vue @@ -361,66 +361,6 @@ export default { { required: true, message: '请选择提交日期', trigger: 'change' } ] }, - counselorApproval: { - id: null, - applyId: null, - processInstanceId: '', - taskId: '', - nodeName: '辅导员', - approverId: null, - approverName: '', - approvalOpinion: '', - approvalResult: null, - approvalTime: '' - }, - academicApproval: { - id: null, - applyId: null, - processInstanceId: '', - taskId: '', - nodeName: '学务', - approverId: null, - approverName: '', - approvalOpinion: '', - approvalResult: null, - approvalTime: '' - }, - collegeApproval: { - id: null, - applyId: null, - processInstanceId: '', - taskId: '', - nodeName: '二级学院', - approverId: null, - approverName: '', - approvalOpinion: '', - approvalResult: null, - approvalTime: '' - }, - studentStatusApproval: { - id: null, - applyId: null, - processInstanceId: '', - taskId: '', - nodeName: '学籍管理科', - approverId: null, - approverName: '', - approvalOpinion: '', - approvalResult: null, - approvalTime: '' - }, - deanApproval: { - id: null, - applyId: null, - processInstanceId: '', - taskId: '', - nodeName: '教务处主管领导', - approverId: null, - approverName: '', - approvalOpinion: '', - approvalResult: null, - approvalTime: '' - }, roleGroup: '', user: null, currentId: null // 用于存储当前接收的 id @@ -518,16 +458,7 @@ export default { const submitData = { formData: this.formData, - approvals: [ - this.counselorApproval, - this.academicApproval, - this.collegeApproval, - this.studentStatusApproval, - this.deanApproval - ].filter(item => item.approvalResult !== null) }; - - console.log('提交数据:', submitData); if (this.formData.id != null) { updateEnlistmentReserve(submitData.formData).then(response => { this.$modal.msgSuccess("修改成功"); diff --git a/src/views/routine/enlistmentReserve/enlistmentReserveApproval/index.vue b/src/views/routine/enlistmentReserve/enlistmentReserveApproval/index.vue index 71dfc77..7e71f95 100644 --- a/src/views/routine/enlistmentReserve/enlistmentReserveApproval/index.vue +++ b/src/views/routine/enlistmentReserve/enlistmentReserveApproval/index.vue @@ -18,7 +18,7 @@ - + @@ -96,15 +96,15 @@ - + + @@ -136,7 +136,7 @@