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

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

@@ -7,3 +7,10 @@ export function getSteadyData(data: any) {
data: data
})
}
export function getTargetByTime(data: any) {
return request({
url: '/harmonic-boot/powerStatistics/getTargetByTime',
method: 'post',
data: data
})
}