|
|
|
@ -2,12 +2,13 @@ import request from '@/utils/request'
|
|
|
|
|
|
|
|
|
|
// 查询采集设备信息列表
|
|
|
|
|
export function getByAlarmInfo(query) {
|
|
|
|
|
return request({
|
|
|
|
|
url: '/ems/base/emsAlarmActionStep/getByAlarmInfo', method: 'post', data: query
|
|
|
|
|
})
|
|
|
|
|
return request({
|
|
|
|
|
url: '/ems/base/emsAlarmActionStep/getByAlarmInfo', method: 'post', data: query
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export function handleExceptions(data) {
|
|
|
|
|
return request({
|
|
|
|
|
url: '/ems/base/emsAlarmActionStep/handleExceptions/'+data, method: 'post',
|
|
|
|
|
})
|
|
|
|
|
return request({
|
|
|
|
|
url: '/ems/base/recordAlarmData/handleExceptions/' + data, method: 'post',
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|