From 2e5cbc3fa133dfb1304d66a631dedf80197cbc10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=81=92=E6=88=90?= <962704835@qq.com> Date: Thu, 18 Dec 2025 12:49:01 +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=E6=B8=85=E9=99=A4=E7=8F=AD=E7=BA=A7=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=88=A0=E9=99=A4?= 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 39bd73e..cd49804 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是入伍保留学籍,清除班级,随便修改一个班级id) - updateStudent({ stuId: this.form.studentId, status: '07', classId: 16666666 }).then(response => { }) + if (this.taskName == '教务处主管领导审批') { // (最后一个领导审核完成之后,修改学生学籍状态, status:07是入伍保留学籍) + updateStudent({ stuId: this.form.studentId, status: '07'}).then(response => { }) } this.$modal.msgSuccess(response.msg) } else if (this.category == "退伍复学") {