From 6b27859358ff2156a6c799eaf7850ce873d54fea Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Fri, 11 Apr 2025 13:51:52 +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=B7=E6=96=B0=E5=87=BD=E6=95=B0=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=B0=83=E5=88=97=E8=A1=A8=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/indexList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/secondHandCar/indexList.vue b/src/views/secondHandCar/indexList.vue index 66deb964..e63374b1 100644 --- a/src/views/secondHandCar/indexList.vue +++ b/src/views/secondHandCar/indexList.vue @@ -321,6 +321,7 @@ export default { }, onRefresh() { this.pageNum=1 + this.getList() setTimeout(() => { this.$toast('刷新成功'); this.isLoading = false;