派生自 wuyushui/SewerAndRainNetwork

YANGDL
2021-03-05 c4044fb60e53e5c83da4ee645d5160f914e422a3
src/components/panel/topicSearch/SewersSearch.vue
@@ -178,6 +178,9 @@
    },
    handleLocation (val) {
      console.log(val)
      const bound = this.L.geoJSON([val], {}).getBounds()
      console.log(bound)
      this.$store.state.map.map.flyToBounds(bound)
    }
  }
}