From 84ff613e360e8394e8324437be7de2faa7a77fd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Mon, 25 Sep 2023 10:51:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/api/board/index.js | 10 +++++ ruoyi-ui/src/components/BoardTopNav/index.vue | 40 +++++++++-------- ruoyi-ui/src/layout/boardIndex.vue | 8 +++- ruoyi-ui/src/views/board/GPS/index.vue | 35 +++++++++------ ruoyi-ui/src/views/board/allScenes/index.vue | 3 -- ruoyi-ui/src/views/board/equipment/index.vue | 26 +++++------ .../views/board/equipmentMonitoring/index.vue | 37 ++++++++-------- ruoyi-ui/src/views/board/index/index.vue | 31 ++++++++----- ruoyi-ui/src/views/board/senso/index.vue | 10 +---- ruoyi-ui/src/views/board/smartScene/index.vue | 44 ++++++++++++------- 10 files changed, 141 insertions(+), 103 deletions(-) diff --git a/ruoyi-ui/src/api/board/index.js b/ruoyi-ui/src/api/board/index.js index 37d417b..685fdbd 100644 --- a/ruoyi-ui/src/api/board/index.js +++ b/ruoyi-ui/src/api/board/index.js @@ -44,3 +44,13 @@ export function getDeviceOperations(query) { method: 'get', }) } + +// 问题处理 +export function handleAlarmInfo(query) { + return request({ + // baseURL:'/monitoring-api', + url: '/business/monitorPlatform/handleAlarmInfo', + method: 'put', + data:query + }) +} diff --git a/ruoyi-ui/src/components/BoardTopNav/index.vue b/ruoyi-ui/src/components/BoardTopNav/index.vue index 8c9ad94..14a2ccc 100644 --- a/ruoyi-ui/src/components/BoardTopNav/index.vue +++ b/ruoyi-ui/src/components/BoardTopNav/index.vue @@ -2,7 +2,8 @@