瀏覽代碼

计划内、计划外-我的、计划外-销售部,增 下拉刷新功能

zhujindu 15 小時之前
父節點
當前提交
40d58ec63f
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      src/views/deviceOutside/index.vue
  2. 1 0
      src/views/deviceWithin/index.vue

+ 1 - 0
src/views/deviceOutside/index.vue

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

+ 1 - 0
src/views/deviceWithin/index.vue

@@ -643,6 +643,7 @@ export default {
   },
   methods: {
     onRefresh() {
+      this.list = [];
       this.getUserInPlanList();
     },
     closePopup(flag, filterParams) {