|
|
|
@ -9,6 +9,6 @@ export function getByAlarmInfo(query) {
|
|
|
|
|
|
|
|
|
|
export function handleExceptions(data) {
|
|
|
|
|
return request({
|
|
|
|
|
url: '/ems/base/recordAlarmData/handleExceptions/' + data, method: 'post',
|
|
|
|
|
url: '/ems/record/recordAlarmData/handleExceptions/' + data, method: 'post',
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|