From b416e2135a586a764b812963fbcf10888a70f85d Mon Sep 17 00:00:00 2001 From: bb_pan Date: Wed, 3 Sep 2025 11:14:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=90=E6=96=99=E7=AB=99=E5=87=BA=E5=BA=93?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../toolsLease/outBound/component/addToolsApply.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue b/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue index 337c4d47..3fd58b98 100644 --- a/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue +++ b/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue @@ -701,14 +701,13 @@ export default { this.maForm.phone = this.maForm.relPhone await this.$modal .confirm('是否确认保存当前页面') - .then(function () {}) .then(() => { + this.loading = true this.maForm.isOut = isOut this.maForm.createBy = sessionStorage.getItem('userName') if (this.isEdit) { this.maForm.leaseProjectId = this.maForm.projectId console.log('编辑') - this.loading = true updateApplyInfo({ leaseApplyDetailsList: this.equipmentList, leaseApplyInfo: this.maForm