Parcourir la source

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

zhujindu il y a 6 mois
Parent
commit
363e34821b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/deviceOutside/rangeStore.vue

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

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