From 4db1e0dff510af9815c83d7a394d895c44af43a5 Mon Sep 17 00:00:00 2001
From: cwchen <1048842385@qq.com>
Date: Thu, 15 Aug 2024 19:01:37 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E6=96=BD=E5=B7=A5=E7=AE=A1=E6=8E=A7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/construction/manage/personManage.js | 9 +++++++++
.../manage/personManage/personManage.vue | 12 ++++++++++--
2 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/src/api/construction/manage/personManage.js b/src/api/construction/manage/personManage.js
index d5d3c27..9e4ee09 100644
--- a/src/api/construction/manage/personManage.js
+++ b/src/api/construction/manage/personManage.js
@@ -51,4 +51,13 @@ export function getPersonsInfo(query) {
method: 'get',
params: query
})
+}
+
+/* 人员树选中人员触发的接口 */
+export function getPersonDetail(query) {
+ return request({
+ url: '/bracelet/consControl/getPersonDetail',
+ method: 'get',
+ params: query
+ })
}
\ No newline at end of file
diff --git a/src/views/construction/manage/personManage/personManage.vue b/src/views/construction/manage/personManage/personManage.vue
index f1e2d23..eef9bfa 100644
--- a/src/views/construction/manage/personManage/personManage.vue
+++ b/src/views/construction/manage/personManage/personManage.vue
@@ -169,7 +169,7 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/views/construction/manage/realTimeManage/realTimeManage.vue b/src/views/construction/manage/realTimeManage/realTimeManage.vue
index b562464..f4c49bf 100644
--- a/src/views/construction/manage/realTimeManage/realTimeManage.vue
+++ b/src/views/construction/manage/realTimeManage/realTimeManage.vue
@@ -1,93 +1,51 @@
-
-
-
-
- 实时监控
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
聚焦
-
缩放
-
光圈
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- <
-
-
-
-
-
-
-
-
-
-
- {{ item.cameraName }}
- {{ item.time }}
-
-
{{ item.content }}
-
-
-
-
-
-
-
预警信息
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
\ No newline at end of file
+}
+
+::v-deep .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
+ color: #1890ff;
+}
+
\ No newline at end of file