联调全景展示 省级 详情页
This commit is contained in:
@@ -49,3 +49,39 @@ export function getGridDiagramMonitor(data: any) {
|
||||
export function getHalfReport(data: any) {
|
||||
return request({ url: '/device-boot/line/getHalfReport', method: 'post', data })
|
||||
}
|
||||
// 综合评估概览数据
|
||||
export function getAssessOverview(data: any) {
|
||||
return request({ url: '/harmonic-boot/grid/getAssessOverview', method: 'post', data })
|
||||
}
|
||||
// 稳态电能质量水平评价概览数据
|
||||
export function getEvaluationOverview(data: any) {
|
||||
return request({ url: '/harmonic-boot/grid/getEvaluationOverview', method: 'post', data })
|
||||
}
|
||||
// 综合评估详细数据
|
||||
export function getAssessDetail(data: any) {
|
||||
return request({ url: '/harmonic-boot/grid/getAssessDetail', method: 'post', data })
|
||||
}
|
||||
// 稳态电能质量水平平均值、标准差
|
||||
export function getEvaluationData(data: any) {
|
||||
return request({ url: '/harmonic-boot/grid/getEvaluationData', method: 'post', data })
|
||||
}
|
||||
// 稳态指标超标详情
|
||||
export function evaluationDetail(data: any) {
|
||||
return request({ url: '/harmonic-boot/grid/evaluationDetail', method: 'post', data })
|
||||
}
|
||||
// 各稳态指标的环比
|
||||
export function evaluationRatio(data: any) {
|
||||
return request({ url: '/harmonic-boot/grid/evaluationRatio', method: 'post', data })
|
||||
}
|
||||
// 暂态统计评价
|
||||
export function getEventLevelEvaluation(data: any) {
|
||||
return request({ url: '/event-boot/gridDiagram/getEventLevelEvaluation', method: 'post', data })
|
||||
}
|
||||
// 暂态统计详情
|
||||
export function getEventStatisticsList(data: any) {
|
||||
return request({ url: '/event-boot/gridDiagram/getEventStatisticsList', method: 'post', data })
|
||||
}
|
||||
// 获取监测点暂降事件分析
|
||||
export function getEventReason(data: any) {
|
||||
return request({ url: '/event-boot/areaAnalysis/getEventReason', method: 'post', data })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user