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