Przeglądaj źródła

Merge branch 'feature_20250624_计划内地图查看门店问题优化' into uat(dev)

zhujindu 5 miesięcy temu
rodzic
commit
a82538bb07
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      src/views/deviceOutside/rangeStore.vue

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

@@ -847,8 +847,7 @@ export default {
     this.getStoreLabels();
     this.$nextTick(() => {
       // this.onClickLeft1();
-      // this.getposition();
-      this.onSearch();
+      this.getposition();
     });
   },
   methods: {
@@ -1263,7 +1262,8 @@ export default {
                   that.latmy = location.lat;
                   that.lonmy = location.lon;
                   that.mapk.centerAndZoom(new BMap.Point(location.lon, location.lat), 18);
-                  that.getUserOutPlaList('2');
+                  this.onSearch();
+                  // that.getUserOutPlaList('2');
                   // setTimeout(()=>{
                   //   that.getUserOutPlaList()
                   // },2000)