fix:修改设备告警 配置字段

This commit is contained in:
zhaohy
2024-07-22 15:25:47 +08:00
parent 55f98f9e56
commit f4d01d65d0
9 changed files with 45 additions and 27 deletions

View File

@@ -1,4 +1,5 @@
export enum equipmentAlarmApi {
getTableList = '/carbon-smart/api/AlarmEquipmentLog/selectAlarmEquipmentLog', //设备告警 列表
getCodeList = '/carbon-smart/api/AlarmEquipmentLog/selectErrorCodeList', //设备告警 列表
getSelectAlarmEquipmentLogStatusProcess = '/carbon-smart/api/AlarmEquipmentLogStatusProcess/selectAlarmEquipmentLogStatusProcess', //设备告警 状态 没有创建工单log接口
}