From 7d0e897a5cb537150e3f79a5922cb0ab66d936fd Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Thu, 13 Jul 2023 11:09:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E6=95=B0=E6=8D=AEbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dept/invWarehouse.vue | 3 ++- src/views/thirdSys/api/DialogEditBusDown.vue | 2 +- src/views/thirdSys/inv/index.vue | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/system/dept/invWarehouse.vue b/src/views/system/dept/invWarehouse.vue index 87c89bdb..42d420bc 100644 --- a/src/views/system/dept/invWarehouse.vue +++ b/src/views/system/dept/invWarehouse.vue @@ -578,7 +578,7 @@ export default { this.subData = {advanceType: data.advanceType.toString(), spUse: false, parentCode: data.code}; } } - + debugger this.subFormVisible = true; this.getSubThrsysDetailData(); if (this.subData.parentCode != null && this.subData.parentCode != "") { @@ -592,6 +592,7 @@ export default { } filterSubAll(this.query) .then((response) => { + debugger let invList = response.data || []; //上级仓库中去除当前仓库节点 if (invList.length > 0) { diff --git a/src/views/thirdSys/api/DialogEditBusDown.vue b/src/views/thirdSys/api/DialogEditBusDown.vue index 44d8f451..4b0d441c 100644 --- a/src/views/thirdSys/api/DialogEditBusDown.vue +++ b/src/views/thirdSys/api/DialogEditBusDown.vue @@ -71,7 +71,7 @@