From b802745013b36584082bd36ca69e87453999d7cc Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Thu, 9 Feb 2023 16:18:42 +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/inventory/InvSpaceManage.vue | 1 - src/views/system/dept/invWarehouse.vue | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/inventory/InvSpaceManage.vue b/src/views/inventory/InvSpaceManage.vue index 961b5933..bee87f6f 100644 --- a/src/views/inventory/InvSpaceManage.vue +++ b/src/views/inventory/InvSpaceManage.vue @@ -211,7 +211,6 @@ export default { handleCurrentChange(val) { this.filterQuery.page = val.page; this.getList(); - this.filterQuery.page =1; }, getList() { this.loading = true; diff --git a/src/views/system/dept/invWarehouse.vue b/src/views/system/dept/invWarehouse.vue index 74893df7..8b4ada51 100644 --- a/src/views/system/dept/invWarehouse.vue +++ b/src/views/system/dept/invWarehouse.vue @@ -406,7 +406,7 @@ export default { //管理货位 currentInvInfo: { invStorageCode: null, - invWarehouseCode: null + invWarehouseCode: null, }, sysList: [], sysSubList: [], @@ -688,7 +688,7 @@ export default { invSpaceManage(row) { this.currentInvInfo = { invStorageCode: row.parentId, - invWarehouseCode: row.code + invWarehouseCode: row.code, }; },