From b10bca8d15d828339992707666c13db436bf4688 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Thu, 5 Jan 2023 16:19: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/thrsys/ThrInvWarehouse.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/thrsys/ThrInvWarehouse.vue b/src/views/thrsys/ThrInvWarehouse.vue index 620ddaa..e93b9e5 100644 --- a/src/views/thrsys/ThrInvWarehouse.vue +++ b/src/views/thrsys/ThrInvWarehouse.vue @@ -421,6 +421,9 @@ export default { this.getList(); }, getList() { + if(this.query.key!=null || this.query.advanceType!=null || this.query.thirdSysFk!=null){ + this.query.page=1 + } this.loading = true; if (this.query.thirdSysFk != null) { this.getQueryThirdSysFk(this.query.thirdSysFk);