From b1ad52aa33018392b742120c0a298917b89aad4a 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, 16 Dec 2025 11:21:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E4=BC=8D=E7=94=B3=E8=AF=B7=E9=80=9A?= =?UTF-8?q?=E8=BF=87=E5=90=8E=E5=B0=86=E7=8F=AD=E7=BA=A7=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/flowable/task/todo/detail/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/flowable/task/todo/detail/index.vue b/src/views/flowable/task/todo/detail/index.vue index 9637332..39bd73e 100644 --- a/src/views/flowable/task/todo/detail/index.vue +++ b/src/views/flowable/task/todo/detail/index.vue @@ -1360,8 +1360,8 @@ export default { this.form.remark = this.taskForm.remark this.updateRtStuQuitSchool() } else if (this.category == 'enlistmentReserve') { // 是应征入伍保留学籍申请,才执行 - if (this.taskName == '教务处主管领导审批') { // (最后一个领导审核完成之后,修改学生学籍状态, status:07是入伍保留学籍) - updateStudent({ stuId: this.form.studentId, status: '07', classId: 0 }).then(response => { }) + if (this.taskName == '教务处主管领导审批') { // (最后一个领导审核完成之后,修改学生学籍状态, status:07是入伍保留学籍,清除班级,随便修改一个班级id) + updateStudent({ stuId: this.form.studentId, status: '07', classId: 16666666 }).then(response => { }) } this.$modal.msgSuccess(response.msg) } else if (this.category == "退伍复学") {