From 816d823ae889b3c22f45aacd21e0b7ce14137889 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Mon, 9 Jan 2023 13:43:44 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/inventory/invPreProducts.vue b/src/views/inventory/invPreProducts.vue index c3cf606..f687332 100644 --- a/src/views/inventory/invPreProducts.vue +++ b/src/views/inventory/invPreProducts.vue @@ -226,6 +226,7 @@ export default { handleCurrentChange(val) { this.filterQuery.page = val; this.getList(); + this.filterQuery.page = 1; }, handleUnitClick(row) { this.curIndex = row.id;