派生自 wuyushui/SewerAndRainNetwork

zhangshuaibao
2021-03-29 17ba6febdaacf7563f7688bae473a4a89e914ff5
src/components/BaseNav/SolidWaste/SolidWaste.js
@@ -18,7 +18,7 @@
  // 请求数据 data 为参数, 请求后台数据时 携带data参数
  requestData (data) {
    QueryStoragePlaceListByCompanyAndName(data).then(res => {
      console.log(res)
      // console.log(res)
      this.DrawTheSolidWasteContent(res.Result.DataInfo)
    }).catch(err => {
      console.log(err)
@@ -63,7 +63,7 @@
        // 点击 事件
        marker.on('click', (e) => {
          try {
            // console.log(e)
            console.log(e)
            this.EffectOfPulse(e.target.getLatLng())
            this.SolidWastePopup.setData(data[i])
            return this.SolidWastePopup.$el