施工管控页面及接口修改

This commit is contained in:
cwchen 2024-08-13 18:43:09 +08:00
parent 69e6c1cee3
commit 534ae25efc
2 changed files with 603 additions and 563 deletions

View File

@ -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
})
}

File diff suppressed because it is too large Load Diff