From adf68457fccef24f7c7d5ff746306f01908ec4eb Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Thu, 31 Jul 2025 15:17:19 +0800 Subject: [PATCH] =?UTF-8?q?story#6932,=E5=AD=90=E5=85=AC=E5=8F=B8=E8=BD=A6?= =?UTF-8?q?=E8=BE=86=E5=A4=84=E7=BD=AE=E7=9A=84=E7=B3=BB=E7=BB=9F=E9=9C=80?= =?UTF-8?q?=E6=B1=82,=E6=88=91=E7=9A=84=E5=8F=91=E5=B8=83=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=88=B7=E6=96=B0=E6=88=90=E5=8A=9F=EF=BC=8C=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E8=8E=B7=E5=8F=96=E4=B8=8B=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/mineRelease.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/secondHandCar/mineRelease.vue b/src/views/secondHandCar/mineRelease.vue index e481f32f..b4008954 100644 --- a/src/views/secondHandCar/mineRelease.vue +++ b/src/views/secondHandCar/mineRelease.vue @@ -124,7 +124,9 @@ export default { }, onRefresh() { this.pageNum=1 - setTimeout(() => { + setTimeout(async () => { + // this.pageList=[] + await this.getList() this.$toast('刷新成功'); this.isLoading = false; }, 1000);