From 195ceb284d6e47d17c9877840cfb5c3817bad5d5 Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Tue, 21 May 2024 14:29:41 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20=E4=BF=AE=E6=94=B9=E4=BA=9B=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/tenant/talents.js | 9 + .../manage/cuser/serve/Dialog/addLog.vue | 524 +++++++++--------- src/views/manage/cuser/serve/index.vue | 6 +- .../cuser/talents/Dialog/transferGroups.vue | 1 + src/views/manage/cuser/talents/index.vue | 10 +- src/views/tenant/main/serve/Dialog/addLog.vue | 524 +++++++++--------- src/views/tenant/main/serve/index.vue | 6 +- .../talents/certain/Dialog/transferGroups.vue | 1 + .../tenant/main/talents/certain/index.vue | 1 + .../talents/latent/Dialog/transferGroups.vue | 1 + .../tenant/main/talents/latent/index.vue | 2 + .../tenant/mission/Dialog/CopyMission.vue | 4 +- src/views/tenant/works/Dialog/CopyMission.vue | 3 +- 13 files changed, 558 insertions(+), 534 deletions(-) diff --git a/src/api/tenant/talents.js b/src/api/tenant/talents.js index 8ec950f..67b9361 100644 --- a/src/api/tenant/talents.js +++ b/src/api/tenant/talents.js @@ -112,3 +112,12 @@ export const getDeptMyTree = (params) => { params }) } + +export const getDeptAllTree = (params) => { + return request({ + url: '/api/jobslink-api/system/dept/all-tree', + method: 'get', + params + }) +} + diff --git a/src/views/manage/cuser/serve/Dialog/addLog.vue b/src/views/manage/cuser/serve/Dialog/addLog.vue index a8c0dd8..dc415d7 100644 --- a/src/views/manage/cuser/serve/Dialog/addLog.vue +++ b/src/views/manage/cuser/serve/Dialog/addLog.vue @@ -1,10 +1,10 @@