入伍申请成功后-学生状态变更修改对应字典

This commit is contained in:
2026-03-03 11:40:06 +08:00
parent b91c8c6ce8
commit 23f92883d5

View File

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