Browse Source

Merge branch 'feature_20250527_门店拜访任务列表访问速度优化' into uat(dev)

zhujindu 5 months ago
parent
commit
363e34821b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/deviceOutside/rangeStore.vue

+ 1 - 1
src/views/deviceOutside/rangeStore.vue

@@ -847,6 +847,7 @@ export default {
     }
     }
   },
   },
   activated() {
   activated() {
+    this.storeCode = localStorage.getItem('rangeStoreCode');
     // 获取地图范围 字典
     // 获取地图范围 字典
     this.getMapRange();
     this.getMapRange();
     this.resultmap = [];
     this.resultmap = [];
@@ -860,7 +861,6 @@ export default {
     this.msgshow = false;
     this.msgshow = false;
     this.storeName = localStorage.getItem('outvstoreName');
     this.storeName = localStorage.getItem('outvstoreName');
     this.chainName = localStorage.getItem('outvchainName');
     this.chainName = localStorage.getItem('outvchainName');
-    this.storeCode = localStorage.getItem('rangeStoreCode');
     if (localStorage.getItem('outvstoreLabelTypes') != null) {
     if (localStorage.getItem('outvstoreLabelTypes') != null) {
       this.storeLabelTypes = localStorage.getItem('outvstoreLabelTypes').split(',');
       this.storeLabelTypes = localStorage.getItem('outvstoreLabelTypes').split(',');
     } else {
     } else {