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