From 2a03a95963aeac06e694a67affd86bd14f54f012 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Thu, 13 Mar 2025 15:29:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=89=8B=E8=BD=A6=E4=BA=A4=E6=98=93?= =?UTF-8?q?=EF=BC=8C=E5=88=87=E6=8D=A2=E6=8E=A5=E5=8F=A3=E8=B0=83=E7=94=A8?= =?UTF-8?q?=E6=AC=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/indexList.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/secondHandCar/indexList.vue b/src/views/secondHandCar/indexList.vue index 613329a6..34ddf7e5 100644 --- a/src/views/secondHandCar/indexList.vue +++ b/src/views/secondHandCar/indexList.vue @@ -122,10 +122,6 @@ export default { name: "indexList", mixins:[myMixins], watch:{ - activeTab(){ - this.setSearchVal(); - this.getList() - }, topSearch(){ this.setSearchVal(); this.getList() @@ -201,6 +197,7 @@ export default { this.pageNum = 1 this.pageList = []; this.total=0 + await this.setSearchVal(); await this.getList() }, async onLoad(){