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; +} +