diff --git a/src/api/simulation.js b/src/api/simulation.js index df8606af0..f9864130e 100644 --- a/src/api/simulation.js +++ b/src/api/simulation.js @@ -380,3 +380,11 @@ export function getIbpInitialState (group, stationCode) { method: 'get' }); } +// 获取报警列表 +export function getAlarmList(group, params) { + return request({ + url: `/simulation/${group}/alarm`, + method: 'get', + params:params + }); +} diff --git a/src/jmapNew/theme/haerbin_01/menus/menuBar.vue b/src/jmapNew/theme/haerbin_01/menus/menuBar.vue index 43c807521..eb88a1cef 100644 --- a/src/jmapNew/theme/haerbin_01/menus/menuBar.vue +++ b/src/jmapNew/theme/haerbin_01/menus/menuBar.vue @@ -113,7 +113,7 @@ -
报警
+
报警
运图
diff --git a/src/jmapNew/theme/haerbin_01/menus/menuDialog/alarmTableHmi.vue b/src/jmapNew/theme/haerbin_01/menus/menuDialog/alarmTableHmi.vue index af83cd309..a1ea67cb6 100644 --- a/src/jmapNew/theme/haerbin_01/menus/menuDialog/alarmTableHmi.vue +++ b/src/jmapNew/theme/haerbin_01/menus/menuDialog/alarmTableHmi.vue @@ -42,13 +42,13 @@
筛选条件查询
- 消息确认 + 消息确认 - 消息打印 + 消息打印 - 删除备注 + 删除备注 - - + + @@ -87,6 +87,7 @@