派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-03-29 ff7d4833fba266445fa57fd3998e6ce43bacc80a
src/components/flueGas/flueGas.js
@@ -15,8 +15,8 @@
  }
  // 获取数据
  requestData () {
    FlueGas().then(res => {
  requestData (data) {
    FlueGas(data).then(res => {
      console.log(res)
      this.DrawFlueGasContent(res.Result.DataInfo)
    }).catch(err => {
@@ -75,7 +75,7 @@
        try {
          // console.log(e)
          this.EffectOfPulse(e.target.getLatLng())
          this.FlueGasPopup.setDate(data[i])
          this.FlueGasPopup.setData(data[i])
        } catch (error) {
          console.log(error)
        }