From 22bc22c00aa7b4e65d5a4644758deae5aeacaadf Mon Sep 17 00:00:00 2001 From: qsh <> Date: Sat, 3 Aug 2024 18:15:14 +0800 Subject: [PATCH] tj --- src/api/system/user/index.ts | 5 +++++ .../Clue/Pool/Comp/DialogBatchChangeFollow.vue | 1 + src/views/Clue/Pool/Comp/DialogClue.vue | 3 ++- src/views/Clue/Pool/index.vue | 14 +++++++++++--- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/src/api/system/user/index.ts b/src/api/system/user/index.ts index a7b75ba..71f69f4 100644 --- a/src/api/system/user/index.ts +++ b/src/api/system/user/index.ts @@ -79,3 +79,8 @@ export const getSimpleUserList = (): Promise => { export const getAllUserList = (): Promise => { return request.get({ url: '/admin-api/system/user/no/permission/list-all-simple' }) } + +// 获取所有包括离职的用户 +export const getAllUserListWithHire = (): Promise => { + return request.get({ url: '/admin-api/system/user/no/permission/list-all' }) +} diff --git a/src/views/Clue/Pool/Comp/DialogBatchChangeFollow.vue b/src/views/Clue/Pool/Comp/DialogBatchChangeFollow.vue index 0a92812..3363a31 100644 --- a/src/views/Clue/Pool/Comp/DialogBatchChangeFollow.vue +++ b/src/views/Clue/Pool/Comp/DialogBatchChangeFollow.vue @@ -37,6 +37,7 @@