|
@@ -368,7 +368,7 @@ onMounted(() => {
|
|
projectname: "一期项目",
|
|
projectname: "一期项目",
|
|
rank: 3,
|
|
rank: 3,
|
|
resettable: false,
|
|
resettable: false,
|
|
- stationid: "SXJ_KGDL_XWT_FDC_STA",
|
|
|
|
|
|
+ stationid: "",
|
|
stationname: "13风电场",
|
|
stationname: "13风电场",
|
|
subcomponents: "NULL",
|
|
subcomponents: "NULL",
|
|
suffix: null,
|
|
suffix: null,
|
|
@@ -481,9 +481,9 @@ const state = reactive({
|
|
{ title: "时间", code: "ts", width: "150" },
|
|
{ title: "时间", code: "ts", width: "150" },
|
|
{ title: "场站", code: "stationname", width: "150" },
|
|
{ title: "场站", code: "stationname", width: "150" },
|
|
{ title: "机组", code: "devicename", width: "150" },
|
|
{ title: "机组", code: "devicename", width: "150" },
|
|
- { title: "报警信息", code: "description", width: "250" },
|
|
|
|
|
|
+ { title: "部件", code: "components", width: "200" },
|
|
|
|
+ { title: "预警信息", code: "description" },
|
|
// { title: "故障原因", code: "faultCause" },
|
|
// { title: "故障原因", code: "faultCause" },
|
|
- { title: "部件", code: "components" },
|
|
|
|
// { title: "故障编码", code: "nemCode", width: "100" },
|
|
// { title: "故障编码", code: "nemCode", width: "100" },
|
|
// { title: "故障解决方法", code: "resolvent" },
|
|
// { title: "故障解决方法", code: "resolvent" },
|
|
// { title: "级别", code: "rank", width: "80" },
|
|
// { title: "级别", code: "rank", width: "80" },
|
|
@@ -529,11 +529,12 @@ const getStationList = async () => {
|
|
return i;
|
|
return i;
|
|
}
|
|
}
|
|
});
|
|
});
|
|
- state.stationId = station?.id;
|
|
|
|
- } else {
|
|
|
|
- state.stationId =
|
|
|
|
- state.typeVal == "windturbine" ? "GJNY_SXGS_FSG_FDC_STA" : data[0]?.id;
|
|
|
|
|
|
+ // state.stationId = station?.id;
|
|
}
|
|
}
|
|
|
|
+// else {
|
|
|
|
+// state.stationId =
|
|
|
|
+// state.typeVal == "windturbine" ? "GJNY_SXGS_FSG_FDC_STA" : data[0]?.id;
|
|
|
|
+// }
|
|
if (stationList.value.length) {
|
|
if (stationList.value.length) {
|
|
await getWindturbineList();
|
|
await getWindturbineList();
|
|
await getAlarmHistoryt();
|
|
await getAlarmHistoryt();
|