派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-03-03 d1354a020cb13d01edc2e922f5d3d691bd7d71a2
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)
    }
  }
}