Browse Source

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

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

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

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