diff --git a/src/views/routine/enlistmentReserve/applicationForm.vue b/src/views/routine/enlistmentReserve/applicationForm.vue
index 3819a4d..ca69f20 100644
--- a/src/views/routine/enlistmentReserve/applicationForm.vue
+++ b/src/views/routine/enlistmentReserve/applicationForm.vue
@@ -694,6 +694,9 @@ export default {
this.$modal.msgSuccess("修改成功");
this.loading = false;
});
+ // 批量新增材料附件
+ batchAddEnlistmentReserveAttach(this.enlistmentReserveAttachList)
+ this.goBack()
} else {
// 新增的时候根据点击的按钮确定状态,点击保存按钮申请状态是草稿,点击提交按钮申请状态就是待审核
this.formData.applyStatus = applyStatus;
@@ -707,12 +710,12 @@ export default {
element.applyId = response.data.id
})
this.loading = false;
+ // 批量新增材料附件
+ batchAddEnlistmentReserveAttach(this.enlistmentReserveAttachList)
+ this.goBack()
}
});
}
- // 批量新增材料附件
- batchAddEnlistmentReserveAttach(this.enlistmentReserveAttachList)
- this.goBack()
// this.$message.success('提交成功!');
} else {
this.$message.error('表单填写不完整,请检查!');
diff --git a/src/views/staff/oneStop/room/roomReservation/index.vue b/src/views/staff/oneStop/room/roomReservation/index.vue
index c66896b..a5fa4f0 100644
--- a/src/views/staff/oneStop/room/roomReservation/index.vue
+++ b/src/views/staff/oneStop/room/roomReservation/index.vue
@@ -78,6 +78,7 @@
>
+