|
@@ -364,7 +364,6 @@ 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))
|
|
@@ -552,7 +551,7 @@ export default {
|
|
|
.my_default_tooltip {
|
|
|
color: transparent !important;
|
|
|
background: transparent !important;
|
|
|
- border: none;
|
|
|
+ border: none !important;
|
|
|
/*font-size: 18px;*/
|
|
|
}
|
|
|
|