入伍和外宿申请-已办任务的详情表单数据哦

This commit is contained in:
2025-12-16 10:49:40 +08:00
parent 0ffbd2d804
commit 6ee21d3d98
4 changed files with 235 additions and 46 deletions

View File

@@ -1361,7 +1361,7 @@ export default {
this.updateRtStuQuitSchool()
} else if (this.category == 'enlistmentReserve') { // 是应征入伍保留学籍申请,才执行
if (this.taskName == '教务处主管领导审批') { // (最后一个领导审核完成之后,修改学生学籍状态, status07是入伍保留学籍)
updateStudent({ stuId: this.form.studentId, status: '07' }).then(response => { })
updateStudent({ stuId: this.form.studentId, status: '07', classId: 0 }).then(response => { })
}
this.$modal.msgSuccess(response.msg)
} else if (this.category == "退伍复学") {