外宿申请-表单详细

This commit is contained in:
2025-12-09 12:27:31 +08:00
parent 22f5db28de
commit 190b7fae8c
5 changed files with 282 additions and 15 deletions

View File

@@ -1105,6 +1105,7 @@ export default {
if (this.taskName == '教务处主管领导审批') { // (最后一个领导审核完成之后,修改学生学籍状态, status07是入伍保留学籍)
updateStudent({stuId: this.form.studentId, status: '07'}).then(response => {})
}
this.$modal.msgSuccess(response.msg)
} else {
this.$modal.msgSuccess(response.msg)
}