派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-19 05719f44398f5316fe0853e957d88c77079f3e0b
src/components/helpers/MapManager.js
@@ -30,8 +30,10 @@
      this.loadWfsDatas(e.latlng).then((res) => {
        if (res.features.length > 0) {
          highlight(res.features[0])
          if (this.clickDialogSwitch) {
          openPropsPopup(e.latlng, res.features)
        }
        }
      })
    })
  }