From 0e16c65c33ac7e326a44d041eb0b6175441752a0 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Sun, 8 Jan 2023 10:12: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/thrsys/ThrInvWarehouse.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/thrsys/ThrInvWarehouse.vue b/src/views/thrsys/ThrInvWarehouse.vue index a7ecdc8..4f918f5 100644 --- a/src/views/thrsys/ThrInvWarehouse.vue +++ b/src/views/thrsys/ThrInvWarehouse.vue @@ -382,6 +382,7 @@ export default { handleCurrentChange(val) { this.query.page = val; this.getList(); + this.query.page=null; }, handInvCurrentChange(row) {