story#6932,子公司车辆处置的系统需求,我的发布列表刷新成功,重新获取下列表

This commit is contained in:
2025-07-31 15:17:19 +08:00
parent 94f536d304
commit adf68457fc

View File

@ -124,7 +124,9 @@ export default {
},
onRefresh() {
this.pageNum=1
setTimeout(() => {
setTimeout(async () => {
// this.pageList=[]
await this.getList()
this.$toast('刷新成功');
this.isLoading = false;
}, 1000);