src/components/helpers/ServiceLayerHelper.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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 })