派生自 wuyushui/SewerAndRainNetwork

YANGDL
2021-02-26 8702b4a7ca2931a4e1a0628f66a84a6c4196bee7
src/components/helpers/ServiceLayerHelper.js
@@ -77,7 +77,7 @@
    var that = this
    if (!that.geojsonArray[code]) {
      AjaxUtils.GetDataAsynByUrl(newUrl, {}, function (res) {
        store.commit('setMapObj', res)
        store.commit('setSewersDatas', res)
        var layer = that.loadGeojson(res)
        that.geojsonArray[code] = layer
      })