暂降幅值概率分布
This commit is contained in:
@@ -61,4 +61,32 @@ export function getStatistic(data: any) {
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 暂降分布统计 右 获取数据
|
||||
export function getProbabilityDistribution(data: any) {
|
||||
return request({
|
||||
url: '/event-boot/monitor/getProbabilityDistribution',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 事件分析 获取数据
|
||||
export function getMonitorEventAnalyseQuery(data: any) {
|
||||
return request({
|
||||
url: '/event-boot/monitor/getMonitorEventAnalyseQuery',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 事件分析 下载
|
||||
export function downloadMonitorEventWaveFile(data: any) {
|
||||
return request({
|
||||
url: '/event-boot/monitor/downloadMonitorEventWaveFile',
|
||||
method: 'post',
|
||||
data: data.lineId,
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user