|
@@ -353,7 +353,7 @@ export default {
|
|
|
marker.on('mouseout', function () {
|
|
|
marker.bindTooltip().closeTooltip();
|
|
|
})
|
|
|
- console.log(item.projectId)
|
|
|
+ // console.log(item.projectId)
|
|
|
let projectId = item.projectId.find(w=>w.id===id)
|
|
|
// 点击动作
|
|
|
marker.on('click', function (e) {
|
|
@@ -364,6 +364,7 @@ export default {
|
|
|
_self.$store.dispatch('equipmentInfo/emailWindTowerInfo', JSON.stringify(project))
|
|
|
_self.$router.push({path: "/homepage/emailResourcesInfo"})
|
|
|
} else {
|
|
|
+ alert()
|
|
|
let station = {stationId: id, equipmentNo: item.towerNo}
|
|
|
sessionStorage.setItem("realWindTowerInfo", JSON.stringify(station))
|
|
|
_self.$store.dispatch('equipmentInfo/realWindTowerInfo', JSON.stringify(station))
|