派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-03-06 242c445db8f310749a6d540e07c11cd47413034b
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)
    }
  }
}