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);