From 9443136ec7045e54cee5db053f1b44b833347f1d Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Wed, 8 Apr 2026 14:16:02 +0800 Subject: [PATCH] =?UTF-8?q?2026-04-08=20BOM=E7=9A=84Multi=20Level=20Struct?= =?UTF-8?q?ure=E9=A1=B5=E7=AD=BE=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/part/bomManagement.vue | 24 ++++++++++++++++++---- src/views/modules/part/partInformation.vue | 2 +- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/src/views/modules/part/bomManagement.vue b/src/views/modules/part/bomManagement.vue index 06f7cc9..7bc42c1 100644 --- a/src/views/modules/part/bomManagement.vue +++ b/src/views/modules/part/bomManagement.vue @@ -377,6 +377,7 @@ { if (data.code === 0) { this.multiLevelStructureList = data.rows } + }).finally(() => { + this.multiLevelStructureLoading = false }) }, diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index 20c09ac..51f19f0 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -4192,7 +4192,7 @@ this.partItemList = [] this.inventoryPartTable = 'General' this.copyFlag2 = false - this.modalDisableFlag = false + this.modalDisableFlag = true this.modalFlag = true } else { this.$message.error(data.msg)