From 4eca66d3e292fbdfec610cf00750724330006f5c Mon Sep 17 00:00:00 2001 From: x_z Date: Thu, 21 Jul 2022 22:20:37 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E7=AC=AC=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E5=8D=95=E6=8D=AE=E5=88=86=E9=A1=B5=E6=9F=A5=E8=AF=A2=EF=BC=8C?= =?UTF-8?q?=E9=87=8D=E7=BD=AE=E6=93=8D=E4=BD=9C=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/BussinessTypeThird.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/basic/BussinessTypeThird.vue b/src/views/basic/BussinessTypeThird.vue index 8e8e3b5..d1a87f5 100644 --- a/src/views/basic/BussinessTypeThird.vue +++ b/src/views/basic/BussinessTypeThird.vue @@ -27,7 +27,7 @@ - 查询 + 查询 新增 @@ -115,6 +115,7 @@ @current-change="handleCurrentChange" layout="prev, pager, next" :total="total" + :current-page="filterQuery.page" > @@ -183,7 +184,10 @@ export default { this.modifyDialogVisible = false; this.addDialogVisible = false; }, - + search() { + this.filterQuery.page = 1; + this.getList(); + }, getList() { this.loading = true; getOriginBusType(this.filterQuery)