From 97e3e6440bcef5754e925d7e3c301b8a396ef419 Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Thu, 5 Dec 2024 20:27:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=85=AC=E5=8F=B8=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E9=83=A8=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/process/branchPro.js | 17 +++ src/api/system/dept.js | 12 ++- src/views/process/branchPro/index.vue | 143 +++++++++++++++++++++++++- 3 files changed, 168 insertions(+), 4 deletions(-) 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 @@ 取 消 + + + + + + + + + + + + 搜索 + 重置 + + + + + + + + + + + + + + + + + + + + + + +