From 7b30d8d56820b7b65c8879ec4c039f84845353fe Mon Sep 17 00:00:00 2001 From: anthonywj Date: Mon, 1 Aug 2022 09:15:28 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/invWarehouse.vue | 4 ++-- src/views/thrsys/SysUdimsData.vue | 1 + src/views/thrsys/UdplatGoodsImport.vue | 24 ++++++++++++------------ 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/src/views/basic/invWarehouse.vue b/src/views/basic/invWarehouse.vue index 5dfee45..330eb9b 100644 --- a/src/views/basic/invWarehouse.vue +++ b/src/views/basic/invWarehouse.vue @@ -1002,7 +1002,7 @@ export default { this.subFromName = formName; if (formName === "edit") { - this.subData = data; + this.subData = JSON.parse(JSON.stringify(data)); } else if (formName === "add") { this.subData = {}; this.subData.parentId = data.code; @@ -1287,7 +1287,7 @@ export default { this.userQuery.code = row.code; this.busQuery.code = row.code; //加载用户数据 - this.loadUserList(); + this.loadUserList(); //加载单据类型数据 this.loadBusList(); diff --git a/src/views/thrsys/SysUdimsData.vue b/src/views/thrsys/SysUdimsData.vue index b376a9d..e396693 100644 --- a/src/views/thrsys/SysUdimsData.vue +++ b/src/views/thrsys/SysUdimsData.vue @@ -231,6 +231,7 @@ export default { }, getList() { this.loading = true; + this.filterQuery.syncTime = this.syncTime; filterLog(this.filterQuery) .then((response) => { this.loading = false; diff --git a/src/views/thrsys/UdplatGoodsImport.vue b/src/views/thrsys/UdplatGoodsImport.vue index 90d25da..aecdc88 100644 --- a/src/views/thrsys/UdplatGoodsImport.vue +++ b/src/views/thrsys/UdplatGoodsImport.vue @@ -18,18 +18,18 @@ 查询 - - 导入产品信息 - + + + + + + + + + + + +