From 2ddf1c34b2a8ce8b7cf63b8a388d4c762b48d833 Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Fri, 7 Apr 2023 15:04:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DBug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/followupresearch/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/followupresearch/index.vue b/src/views/followupresearch/index.vue index ada02f8..5d35d9c 100644 --- a/src/views/followupresearch/index.vue +++ b/src/views/followupresearch/index.vue @@ -276,6 +276,7 @@ export default { onSearch(form) { sessionStorage.setItem("followResearch-form", JSON.stringify(form)) this.formEdit = form + this.pageIndex = 1 this.handleSearch() }, rowOpration(data, i) { -- 2.22.0