diff --git a/src/api/process/branchPro.js b/src/api/process/branchPro.js index 75e6fe3..9951448 100644 --- a/src/api/process/branchPro.js +++ b/src/api/process/branchPro.js @@ -119,3 +119,20 @@ export function changeStatus(orgId,reviewerStatus) { method: 'put' }) } + +export function listUser(query) { + return request({ + url: '/system/user/listPro', + method: 'get', + params: query + }) +} + +// 修改用户 +export function updatePermission(data) { + return request({ + url: '/system/user/updatePermission', + method: 'post', + data: data + }) +} diff --git a/src/api/system/dept.js b/src/api/system/dept.js index 5bcb2bb..7031545 100644 --- a/src/api/system/dept.js +++ b/src/api/system/dept.js @@ -76,4 +76,14 @@ export function orgTempFile(query) { method: 'get', params: query }) -} \ No newline at end of file +} + + +// 查询部门列表 +export function listDeptUser(query) { + return request({ + url: '/system/attDetails/orgList', + method: 'get', + params: query + }) +} diff --git a/src/views/process/branchPro/index.vue b/src/views/process/branchPro/index.vue index 18f0665..a006e32 100644 --- a/src/views/process/branchPro/index.vue +++ b/src/views/process/branchPro/index.vue @@ -292,12 +292,68 @@ 取 消 + + + + + + + + + + + + 搜索 + 重置 + + + + + + + + + + + + + + + + + + + + + + +