派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-03-05 4e504ecb2eac4ff4b0335ca2d1e29fc498fd920f
src/components/panel/topicSearch/SewersSearch.vue
@@ -180,7 +180,7 @@
      console.log(val)
      const bound = this.L.geoJSON([val], {}).getBounds()
      console.log(bound)
      this.$store.state.map.flyToBounds(bound)
      this.$store.state.map.map.flyToBounds(bound)
    }
  }
}