趋势对比联调修改

This commit is contained in:
stt
2025-11-24 10:18:38 +08:00
parent 3827490cd1
commit 042798c6a7
4 changed files with 364 additions and 308 deletions

View File

@@ -171,3 +171,12 @@ export function getReportUrl(data: any) {
})
}
// 查询监测对象电网侧和负载侧监测点指标趋势对比数据
export function sensitiveUserTrendData(data: any) {
return request({
url: '/cs-device-boot/csGroup/sensitiveUserTrendData',
method: 'post',
params: data
})
}