flat:所属社区

This commit is contained in:
Apcallover
2024-06-05 16:58:38 +08:00
parent 21835e52c1
commit f338226426
30 changed files with 4215 additions and 189 deletions

View File

@@ -134,4 +134,9 @@ export const cancelUserInvite = (params) => request({
url: '/api/jobslink-api/user/userrecruit/cancelUserInvite',
method: 'get',
params
})
export const getDeptAllTree = (params) => request({
url: '/api/jobslink-api/system/dept/all-tree',
method: 'get',
params
})