保留学籍退回或驳回
This commit is contained in:
@@ -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("新增成功");
|
||||
|
||||
Reference in New Issue
Block a user