From 93343ccc73eee6a330a53fd927c9e74b4fc7fbb5 Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Thu, 6 Apr 2023 16:15:36 +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/followupquery/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/followupquery/index.vue b/src/views/followupquery/index.vue index 76adfe9..e6430b0 100644 --- a/src/views/followupquery/index.vue +++ b/src/views/followupquery/index.vue @@ -345,6 +345,7 @@ export default { // this.handleSearch() }, onClickSearch() { + this.pageIndex = 1 this.handleSearch() }, async handleSearch() { -- 2.22.0