|
@@ -248,22 +248,7 @@ export default {
|
|
|
|
|
|
data() {
|
|
|
return {
|
|
|
- alarmList: [
|
|
|
- {
|
|
|
- tsName: "06-11 12:00:00",
|
|
|
- wpName: "风电场1",
|
|
|
- deviceName: "#36",
|
|
|
- description: "变频器报告电网已接入",
|
|
|
- isClose: true,
|
|
|
- },
|
|
|
- {
|
|
|
- tsName: "06-11 12:00:00",
|
|
|
- wpName: "风电场2",
|
|
|
- deviceName: "#58",
|
|
|
- description: "风机等待运行就绪",
|
|
|
- isClose: false,
|
|
|
- },
|
|
|
- ],
|
|
|
+ alarmList: [],
|
|
|
iconfontsObj: {
|
|
|
booststation: "iconIOTtubiao_huabanfuben",
|
|
|
windturbine: "iconfengji",
|
|
@@ -317,6 +302,21 @@ export default {
|
|
|
this.dialogTableData = dialogTableData;
|
|
|
}
|
|
|
// this.fullTableData = fullTableData;
|
|
|
+ } else {
|
|
|
+ this.alarmList = [{
|
|
|
+ tsName: "06-11 12:00:00",
|
|
|
+ wpName: "风电场1",
|
|
|
+ deviceName: "#36",
|
|
|
+ description: "变频器报告电网已接入",
|
|
|
+ isClose: true,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ tsName: "06-11 12:00:00",
|
|
|
+ wpName: "风电场2",
|
|
|
+ deviceName: "#58",
|
|
|
+ description: "风机等待运行就绪",
|
|
|
+ isClose: false,
|
|
|
+ }]
|
|
|
}
|
|
|
|
|
|
},
|