新增报警记录界面

This commit is contained in:
tao
2025-12-11 16:01:46 +08:00
parent 674c1c715d
commit 735c1ca6c3
9 changed files with 1269 additions and 7 deletions

View File

@@ -17,4 +17,13 @@ export function getL4Data(params: QueryParams) {
method: 'get',
params
})
}
}
// 获取 报警记录 数据
export function getAlarmRecords(params: QueryParams) {
return request({
url: '/jinghua/alarmRecord/list',
method: 'get',
params
})
}