入伍申请通过后将班级清空

This commit is contained in:
2025-12-16 11:21:05 +08:00
parent 6ee21d3d98
commit b1ad52aa33

View File

@@ -1360,8 +1360,8 @@ export default {
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 == '教务处主管领导审批') { // (最后一个领导审核完成之后,修改学生学籍状态, status07是入伍保留学籍清除班级随便修改一个班级id)
updateStudent({ stuId: this.form.studentId, status: '07', classId: 0 }).then(response => { }) updateStudent({ stuId: this.form.studentId, status: '07', classId: 16666666 }).then(response => { })
} }
this.$modal.msgSuccess(response.msg) this.$modal.msgSuccess(response.msg)
} else if (this.category == "退伍复学") { } else if (this.category == "退伍复学") {