From 2c8cdeeda2599dec8d0c3fd85c4d06eb737ab71a Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Sun, 29 Jan 2023 09:36:57 +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/invPreProducts.vue | 4 +++- src/views/warehouse/AdditionalOrder.vue | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/inventory/invPreProducts.vue b/src/views/inventory/invPreProducts.vue index 3cf6a98..97bf3eb 100644 --- a/src/views/inventory/invPreProducts.vue +++ b/src/views/inventory/invPreProducts.vue @@ -211,10 +211,12 @@ export default { relIdFk: null, batchNo: null, customerId: null, - page: 1, unitFk: null, + page: 1, + unitFk: null, limit: 20, }; this.getList(); + this.filterQuery.page=null; }, onSubmit() { this.loading = true; diff --git a/src/views/warehouse/AdditionalOrder.vue b/src/views/warehouse/AdditionalOrder.vue index 5e497e5..1b415ab 100644 --- a/src/views/warehouse/AdditionalOrder.vue +++ b/src/views/warehouse/AdditionalOrder.vue @@ -368,6 +368,7 @@ export default { limit: 20, }; this.getList(); + this.filterQuery.page=null; }, onSubmit() { this.loading = true;