Browse Source

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

zhujindu 1 day ago
parent
commit
097eaf7e1d
2 changed files with 2 additions and 0 deletions
  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,表示处于加载状态
       // 将 loading 设置为 true,表示处于加载状态
       this.loading = true;
       this.loading = true;
+      this.list = [];
       this.onLoad();
       this.onLoad();
     },
     },
     handleTouch(e) {
     handleTouch(e) {

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

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