|
|
@@ -66,13 +66,13 @@
|
|
|
:modelVal="modelVal"
|
|
|
@showDia="showComDia"
|
|
|
/>
|
|
|
+ <!-- @backStations="backStations" -->
|
|
|
<windView
|
|
|
v-if="showWindDetail"
|
|
|
@coverOnChange="coverOnChange"
|
|
|
:currentHeight="currentHeight"
|
|
|
:fjLonLatJsonArr="fjLonLatJsonArr.data"
|
|
|
@showDetail="menuComTSty"
|
|
|
- @backStations="backStations"
|
|
|
@resetChangeWind="resetChangeWind"
|
|
|
@initView="resetWindViewport"
|
|
|
/>
|
|
|
@@ -393,8 +393,6 @@ export default {
|
|
|
// 展示所选风场的风机
|
|
|
showWindFromStation(viewer) {
|
|
|
let stationName = this.$route.query.nameEn;
|
|
|
- console.log("nameEn====>>>>")
|
|
|
-
|
|
|
let fjLonLatJson = [];
|
|
|
this.fjLonLatJsonArr = []
|
|
|
let url = ""
|
|
|
@@ -414,9 +412,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
const ws = useWebSocket(url)
|
|
|
-
|
|
|
// let wsRes = ws.messages.windMachineList
|
|
|
- console.log("wsres1====>>>>")
|
|
|
|
|
|
this.fjLonLatJsonArr = fjLonLatJson
|
|
|
fjLonLatJson.data.forEach((e, index) => {
|
|
|
@@ -439,7 +435,6 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
});
|
|
|
- console.log("wsres2====>>>>")
|
|
|
this.resetWindViewport();
|
|
|
},
|
|
|
// 根据状态展示不同颜色风机贴图
|