保留学籍退回或驳回

This commit is contained in:
2025-11-27 17:10:05 +08:00
parent 60bd79aa9c
commit b9a624a13d
3 changed files with 97 additions and 27 deletions

View File

@@ -693,13 +693,15 @@ export default {
if (this.formData.id != null) {
updateEnlistmentReserve(submitData.formData).then(response => {
this.$modal.msgSuccess("修改成功");
// 批量新增材料附件
if (this.enlistmentReserveAttachList && this.enlistmentReserveAttachList.length > 0) {
this.batchAddEnlistmentReserveAttach(this.enlistmentReserveAttachList);
}
this.goBack()
this.loading = false;
});
// 批量新增材料附件
if (this.enlistmentReserveAttachList && this.enlistmentReserveAttachList.length > 0) {
this.batchAddEnlistmentReserveAttach(this.enlistmentReserveAttachList);
}
this.goBack()
} else {
addEnlistmentReserve(submitData.formData).then(response => {
this.$modal.msgSuccess("新增成功");