From d396bf1124227067d88c8182d5448c618a4934e6 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Sun, 29 Jan 2023 11:19:05 +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/thrsys/ThrInvWarehouse.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/thrsys/ThrInvWarehouse.vue b/src/views/thrsys/ThrInvWarehouse.vue index a4af6ad..fad7f79 100644 --- a/src/views/thrsys/ThrInvWarehouse.vue +++ b/src/views/thrsys/ThrInvWarehouse.vue @@ -31,7 +31,7 @@ - 查询 + 查询 @@ -382,7 +382,6 @@ export default { handleCurrentChange(val) { this.query.page = val; this.getList(); - this.query.page=1; }, handInvCurrentChange(row) { @@ -418,7 +417,9 @@ export default { this.getList(); }, onSubmit() { + this.query.page=1; this.getList(); + }, getList() { this.loading = true;