修改异常数据页面、修改有功功率趋势分析页面接口

This commit is contained in:
GGJ
2025-04-08 16:33:07 +08:00
parent 69aece65c1
commit 3d5c73b268
20 changed files with 2605 additions and 879 deletions

View File

@@ -298,7 +298,7 @@ const tabulation = (e: any) => {
voltageRideThroughEventQueryPage({
...tableStore.table.params,
areaId: e.data.id,
frequencyType: e.seriesName == '高压' ? 1 : 2
frequencyType: e.seriesName == '高压' ? 'Voltage_Rise' : 'Voltage_Dip'
})
.then(res => {
distributionData.value = res.data