From e20ba76e7d086309db5ddeea0ba4f17d5585b6c2 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Sat, 6 Sep 2025 17:36:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=90=E6=96=99=E7=AB=99=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, 3 insertions(+) diff --git a/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue b/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue index 3fd58b98..61f63a00 100644 --- a/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue +++ b/src/views/materialsStation/toolsLease/outBound/component/addToolsApply.vue @@ -480,6 +480,7 @@ export default { }, /** 机具类型 */ equipmentType() { + const loading = this.$loading() equipmentTypeTree({ agreementIdList: this.agreementId, proId: this.maForm.proId, @@ -497,6 +498,8 @@ export default { if (this.equipmentList.length > 0) { this.deviceType = this.equipmentList.map(item => item.typeId) } + }).finally(() => { + loading.close() }) }, // 处理类型数据