From c41107433c3b78b71f7afed1da3eb1019fd75460 Mon Sep 17 00:00:00 2001 From: xuyiming Date: Thu, 6 Aug 2020 15:46:31 +0800 Subject: [PATCH] =?UTF-8?q?apasslist=E7=BB=84=E4=BB=B6=E6=90=9C=E7=B4=A2fi?= =?UTF-8?q?xed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/apass-list.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/apass-list.vue b/src/components/apass-list.vue index b82439c..5e944ee 100644 --- a/src/components/apass-list.vue +++ b/src/components/apass-list.vue @@ -181,6 +181,7 @@ export default { } }, searchAction(value) { + this.currentPage = 1; this.listAction(); }, filterChange(filter) { -- 2.26.0