Browse Source

计划内地图查看门店问题优化

zhujindu 6 tháng trước cách đây
mục cha
commit
0c618456d1
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/deviceOutside/rangeStore.vue

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

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