派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-11 896776bdfb2435ba9ed49996e39f007cc487ffe0
src/components/panel/topicSearch/SolidWasteSearch.vue
@@ -73,12 +73,6 @@
      ],
      // 数据搜索之后,存储数据的
      searchDataDisplay: [],
      instance: null,
      intervals: [],
      layer: window.map,
      L: window.L,
      times: 5,
      colors: ['#98FB98', '#ff0000'],
      solidWasteTypeOptions: [{
        value: '1',
        label: '区域',
@@ -163,7 +157,7 @@
    },
    // 数据展示,点击进行弹框及点的展示
    setBounced (val) {
      console.log(val)
      // console.log(val)
      const pos = [val.Latitude, val.Longitude]
      window.map.flyTo(pos, 15)
      window.$layer.open({