派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-03-05 027d237a54bd813b811f77bec4d778be543c2a6d
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)
    }
  }
}