派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-02-25 840a83fe3ff01d2185c0aa10474f0fcb1a543693
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
      })