派生自 wuyushui/SewerAndRainNetwork

YANGDL
2021-03-04 4d0106c11dba9e86e7d022a61bf625cba1d5cf66
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)
    }
  }
}