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() }) }, // 处理类型数据