From cfa0c9468fe7efca279049bcfcf757ecaf9a353b Mon Sep 17 00:00:00 2001 From: "962704835@qq.com" Date: Fri, 21 Nov 2025 19:24:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD=E6=88=BF-=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=E7=A0=81=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/routine/enlistmentReserve/applicationForm.vue | 9 ++++++--- src/views/staff/oneStop/room/roomReservation/index.vue | 1 + 2 files changed, 7 insertions(+), 3 deletions(-) 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 @@ > +