派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-28 e79998e0764d6d00b050363bdeda48519a1f0c31
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)
          }
        }
      })
    })