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