趋势对比联调修改
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user