联调市详情页面
This commit is contained in:
@@ -85,3 +85,24 @@ export function getEventStatisticsList(data: any) {
|
||||
export function getEventReason(data: any) {
|
||||
return request({ url: '/event-boot/areaAnalysis/getEventReason', method: 'post', data })
|
||||
}
|
||||
// 暂态事件统计
|
||||
export function getGeneralSituation(data: any) {
|
||||
return request({ url: '/event-boot/report/getGeneralSituation', method: 'post', data })
|
||||
}
|
||||
// 获取实际运行终端综合信息
|
||||
export function getPracticalRunDeviceInfo(data: any) {
|
||||
return request({ url: '/device-boot/deviceInfo/getPracticalRunDeviceInfo', method: 'post', data })
|
||||
}
|
||||
// 监测终端状态
|
||||
export function getGridDiagramCityDev(data: any) {
|
||||
return request({ url: '/device-boot/gridDiagram/getGridDiagramCityDev', method: 'post', data })
|
||||
}
|
||||
// 稳态指标合格率详情
|
||||
export function qualifiedDetail(data: any) {
|
||||
return request({ url: '/harmonic-boot/grid/qualifiedDetail', method: 'post', data })
|
||||
}
|
||||
// 综合评估趋势对比
|
||||
export function getAssessTrend(data: any) {
|
||||
return request({ url: '/harmonic-boot/grid/getAssessTrend', method: 'post', data })
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user