瀏覽代碼

Merge branch 'feature_20260401_完美门店入口修改' into uat(dev)

zhujindu 3 周之前
父節點
當前提交
097eaf7e1d
共有 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

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

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

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