From df0ac137a3d2e50b9f6b7c3d0c2bd962ec29ca55 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 3 Aug 2022 14:12:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=A7=86=E5=9B=BE-=E5=9C=B0=E5=9B=BE):=20?= =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E6=98=A0=E5=B0=84=E7=BF=BB=E9=A1=B5=E5=90=8E?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E5=8A=9F=E8=83=BD=E5=A4=B1=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/chart/components/senior/MapMapping.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/chart/components/senior/MapMapping.vue b/frontend/src/views/chart/components/senior/MapMapping.vue index 3fb04c60c7..627918757d 100644 --- a/frontend/src/views/chart/components/senior/MapMapping.vue +++ b/frontend/src/views/chart/components/senior/MapMapping.vue @@ -123,6 +123,7 @@ export default { }, 'keyWord': { handler: function() { + this.currentPage = 1 this.buildGridList() } },