From 534ae25efc2eec674d996ac0a17ce0458ef08a6e Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Tue, 13 Aug 2024 18:43:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=BD=E5=B7=A5=E7=AE=A1=E6=8E=A7=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=8F=8A=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/construction/manage/personManage.js | 18 + .../manage/personManage/personManage.vue | 1148 +++++++++-------- 2 files changed, 603 insertions(+), 563 deletions(-) create mode 100644 src/api/construction/manage/personManage.js diff --git a/src/api/construction/manage/personManage.js b/src/api/construction/manage/personManage.js new file mode 100644 index 0000000..c7713eb --- /dev/null +++ b/src/api/construction/manage/personManage.js @@ -0,0 +1,18 @@ +import request from '@/utils/request' +/* 人员树 */ +export function personsTree(query) { + return request({ + url: '/bracelet/consControl/getPersonsTree', + method: 'get', + params: query + }) +} + +/* 根据杆塔获取班组人员/临时人员-已绑定手环 */ +export function teamPersonByTower(query) { + return request({ + url: '/bracelet/consControl/getTeamPersonByTower', + 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 0c5a624..0bece9b 100644 --- a/src/views/construction/manage/personManage/personManage.vue +++ b/src/views/construction/manage/personManage/personManage.vue @@ -1,586 +1,608 @@ - - - - \ No newline at end of file +::v-deep .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content { + color: #1890ff; +} +