story#6932,子公司车辆处置的系统需求,我的发布列表刷新成功,重新获取下列表
This commit is contained in:
@ -124,7 +124,9 @@ export default {
|
||||
},
|
||||
onRefresh() {
|
||||
this.pageNum=1
|
||||
setTimeout(() => {
|
||||
setTimeout(async () => {
|
||||
// this.pageList=[]
|
||||
await this.getList()
|
||||
this.$toast('刷新成功');
|
||||
this.isLoading = false;
|
||||
}, 1000);
|
||||
|
Reference in New Issue
Block a user