@@ -904,6 +904,7 @@ export default {
// 重新加载数据
// 将 loading 设置为 true,表示处于加载状态
this.loading = true;
+ this.list = [];
this.onLoad();
},
handleTouch(e) {
@@ -643,6 +643,7 @@ export default {
methods: {
onRefresh() {
this.getUserInPlanList();
closePopup(flag, filterParams) {