派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-04-07 90e118bb6c0c4fd528e336ce4064c5840542a74b
src/components/LayerController/service/WfsLayerService.js
@@ -29,7 +29,10 @@
  }
  loadData (wfsUrl) {
    AjaxUtils.get4JsonDataByUrl(wfsUrl, this.params, (res) => this.draw(res.data.features))
    AjaxUtils.get4JsonDataByUrl(wfsUrl, this.params, (res) => {
      console.log(res)
      this.draw(res.data.features)
    })
  }
  draw (features) {