电压暂降地理信息图概览

This commit is contained in:
仲么了
2024-02-21 11:02:45 +08:00
parent 5c88410fa8
commit a06593cbd2
8 changed files with 497 additions and 294 deletions

View File

@@ -8,3 +8,21 @@ export function getAreaLineInfo(data: any) {
data
})
}
// 获取区域未处理暂态事件
export function getNoDealEvents(data: any) {
return request({
url: '/event-boot/areaInfo/getNoDealEvents',
method: 'post',
data
})
}
// 获取监测点下未处理的暂降事件
export function getNoDealEventsByLineId(params: any) {
return request({
url: '/event-boot/areaInfo/getNoDealEventsByLineId',
method: 'get',
params
})
}