派生自 wuyushui/SewerAndRainNetwork

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