Commit d976c169 authored by 王晓倩's avatar 王晓倩

大屏预警列表api

parent f27cbb44
......@@ -52,3 +52,12 @@ export function exportDetectorInfo(query) {
params: query
})
}
// 右上角的综合列表
export function alarmData(query) {
return request({
url: '/detector/detectorInfo/getAlarmData',
method: 'get',
params: query
})
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment