From 001eec90a36f2a114af83fe129960fe2ad4f75ac Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Tue, 7 Feb 2023 23:24:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dept/invWarehouse.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/system/dept/invWarehouse.vue b/src/views/system/dept/invWarehouse.vue index 804765ef..7629b259 100644 --- a/src/views/system/dept/invWarehouse.vue +++ b/src/views/system/dept/invWarehouse.vue @@ -545,10 +545,11 @@ export default { this.currentCode = row.code; this.currentRow = row; this.curSeleUser = null; - //加载单据类型 - this.selsectBussinessType(row); //加载货位信息 this.invSpaceManage(row); + //加载单据类型 + this.selsectBussinessType(row); + }, //关联第三方仓库信息 intentSubSelect(row) {