|
@@ -742,14 +742,14 @@
|
|
|
:value="nfxplData"
|
|
|
title="年风向频率"
|
|
|
/> -->
|
|
|
- <rander-new-chart
|
|
|
+ <!-- <rander-new-chart
|
|
|
width="100%"
|
|
|
height="100%"
|
|
|
:lenged="nfxplLen"
|
|
|
:xAxis="nfxplxaisx"
|
|
|
:series="nfxplData"
|
|
|
:isRadar="false"
|
|
|
- />
|
|
|
+ /> -->
|
|
|
</div>
|
|
|
</panel>
|
|
|
</el-col>
|
|
@@ -1173,8 +1173,10 @@ export default {
|
|
|
methods: {
|
|
|
init(row) {
|
|
|
this.wpId = row.windtpowerstationId;
|
|
|
+ this.hisWpid = row.windtpowerstationId;
|
|
|
// this.wtId = row.windturbineId.substring(row.windturbineId.indexOf('_F'))
|
|
|
this.wtId = row.windturbineId;
|
|
|
+ this.hisWtid = row.windturbineId;
|
|
|
this.tabIndex = 0;
|
|
|
this.getWindData();
|
|
|
this.search();
|
|
@@ -1189,7 +1191,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
|
|
|
-
|
|
|
// 获取风机
|
|
|
async getWindData() {
|
|
|
let params = {
|
|
@@ -1201,7 +1202,7 @@ export default {
|
|
|
};
|
|
|
const { data: datas } = await getApiequipmentList(params);
|
|
|
this.wtArray = datas.data;
|
|
|
- this.wtId = datas.data[0].id;
|
|
|
+ // this.wtId = datas.data[0].id;
|
|
|
},
|
|
|
// tab1 ----------------------------------------
|
|
|
// tab1 - 获取损失电量分析图表数据
|
|
@@ -1360,15 +1361,15 @@ export default {
|
|
|
pageNum: "1",
|
|
|
pageSize: "5",
|
|
|
};
|
|
|
- // const { data: datas } = await getApibjjllist(params);
|
|
|
- // if (datas && datas.data && datas.data.records.length > 0) {
|
|
|
- // datas.data.records.forEach((ele) => {
|
|
|
- // ele.warningtime = new Date(ele.warningtime).formatDate(
|
|
|
- // "yyyy-MM-dd hh:mm:ss"
|
|
|
- // );
|
|
|
- // });
|
|
|
- // that.warnTableData.data = datas.data.records;
|
|
|
- // }
|
|
|
+ // const { data: datas } = await getApibjjllist(params);
|
|
|
+ // if (datas && datas.data && datas.data.records.length > 0) {
|
|
|
+ // datas.data.records.forEach((ele) => {
|
|
|
+ // ele.warningtime = new Date(ele.warningtime).formatDate(
|
|
|
+ // "yyyy-MM-dd hh:mm:ss"
|
|
|
+ // );
|
|
|
+ // });
|
|
|
+ // that.warnTableData.data = datas.data.records;
|
|
|
+ // }
|
|
|
},
|
|
|
// tab1 - 获取当日故障数据
|
|
|
async getStopData() {
|
|
@@ -1379,18 +1380,18 @@ export default {
|
|
|
pageNum: "1",
|
|
|
pageSize: "5",
|
|
|
};
|
|
|
- // const { data: datas } = await getApigzjllist(params);
|
|
|
- // if (datas && datas.data && datas.data.records.length > 0) {
|
|
|
- // datas.data.records.forEach((ele) => {
|
|
|
- // ele.stopTime = new Date(ele.stopTime).formatDate(
|
|
|
- // "yyyy-MM-dd hh:mm:ss"
|
|
|
- // );
|
|
|
- // ele.starttime = ele.starttime
|
|
|
- // ? new Date(ele.starttime).formatDate("yyyy-MM-dd hh:mm:ss")
|
|
|
- // : "";
|
|
|
- // });
|
|
|
- // that.stopTableData.data = datas.data.records;
|
|
|
- // }
|
|
|
+ // const { data: datas } = await getApigzjllist(params);
|
|
|
+ // if (datas && datas.data && datas.data.records.length > 0) {
|
|
|
+ // datas.data.records.forEach((ele) => {
|
|
|
+ // ele.stopTime = new Date(ele.stopTime).formatDate(
|
|
|
+ // "yyyy-MM-dd hh:mm:ss"
|
|
|
+ // );
|
|
|
+ // ele.starttime = ele.starttime
|
|
|
+ // ? new Date(ele.starttime).formatDate("yyyy-MM-dd hh:mm:ss")
|
|
|
+ // : "";
|
|
|
+ // });
|
|
|
+ // that.stopTableData.data = datas.data.records;
|
|
|
+ // }
|
|
|
},
|
|
|
// tab1 - 获取当日限电数据
|
|
|
async getXdData() {
|
|
@@ -1401,18 +1402,18 @@ export default {
|
|
|
pageNum: "1",
|
|
|
pageSize: "5",
|
|
|
};
|
|
|
- // const { data: datas } = await getApixdjllist(params);
|
|
|
- // if (datas && datas.data && datas.data.records.length > 0) {
|
|
|
- // datas.data.records.forEach((ele) => {
|
|
|
- // ele.stopTime = new Date(ele.stopTime).formatDate(
|
|
|
- // "yyyy-MM-dd hh:mm:ss"
|
|
|
- // );
|
|
|
- // ele.starttime = ele.starttime
|
|
|
- // ? new Date(ele.starttime).formatDate("yyyy-MM-dd hh:mm:ss")
|
|
|
- // : "";
|
|
|
- // });
|
|
|
- // that.xdTableData.data = datas.data.records;
|
|
|
- // }
|
|
|
+ // const { data: datas } = await getApixdjllist(params);
|
|
|
+ // if (datas && datas.data && datas.data.records.length > 0) {
|
|
|
+ // datas.data.records.forEach((ele) => {
|
|
|
+ // ele.stopTime = new Date(ele.stopTime).formatDate(
|
|
|
+ // "yyyy-MM-dd hh:mm:ss"
|
|
|
+ // );
|
|
|
+ // ele.starttime = ele.starttime
|
|
|
+ // ? new Date(ele.starttime).formatDate("yyyy-MM-dd hh:mm:ss")
|
|
|
+ // : "";
|
|
|
+ // });
|
|
|
+ // that.xdTableData.data = datas.data.records;
|
|
|
+ // }
|
|
|
},
|
|
|
// tab2 ----------------------------------------
|
|
|
// tab2 - 获取日发电量信息
|