Commit c6775349 authored by 张伯涛's avatar 张伯涛

第三级大屏传参修改

parent 37782c12
...@@ -849,9 +849,11 @@ export default defineComponent({ ...@@ -849,9 +849,11 @@ export default defineComponent({
} }
if (markerId.includes("marker3")) { if (markerId.includes("marker3")) {
console.log('3333333333333333333333333333333333333333333333333333333333333333',stationId) console.log('3333333333333333333333333333333333333333333333333333333333333333',stationId)
console.log('3333333333333333333333333333333333333333333333333333333333333333',centerId)
_this.markerThree = { _this.markerThree = {
// map: map, // map: map,
stationId: stationId, stationId: stationId,
supplyId: centerId,
// index: index, // index: index,
}; };
_this.thirdLevelPageFun() // 第三级页面方法 _this.thirdLevelPageFun() // 第三级页面方法
...@@ -1057,6 +1059,7 @@ export default defineComponent({ ...@@ -1057,6 +1059,7 @@ export default defineComponent({
element.openF = false; element.openF = false;
}); });
this.markerThree.stationId = _this.transferList[0].stationId this.markerThree.stationId = _this.transferList[0].stationId
this.markerThree.supplyId = _this.transferList[0].supplyId
_this.thirdLevelPageFun() // 第三级页面方法 _this.thirdLevelPageFun() // 第三级页面方法
if (!_this.supplylistList[index].openF) { if (!_this.supplylistList[index].openF) {
_this.transferList.forEach((element, index) => { _this.transferList.forEach((element, index) => {
...@@ -1210,7 +1213,7 @@ export default defineComponent({ ...@@ -1210,7 +1213,7 @@ export default defineComponent({
// 获取港益换热站报警数据 // 获取港益换热站报警数据
handleGetGYTransferAlarmData(){ handleGetGYTransferAlarmData(){
const params = { const params = {
id: this.markerThree.stationId id: this.markerThree.supplyId
} }
getGYTransferAlarmData(params).then(res => { getGYTransferAlarmData(params).then(res => {
this.alarmDataTwoList = res.data this.alarmDataTwoList = res.data
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment