flat: 权限

This commit is contained in:
Apcallover
2024-03-28 14:25:43 +08:00
parent e3efc3fb2f
commit ba3c5a408d
8 changed files with 79 additions and 73 deletions

View File

@@ -49,11 +49,11 @@ export const detail =
/*获取分组*/
export const getDept =
() => {
(params = {}) => {
return request({
url: '/api/jobslink-api/tenant/talents/group/listAll',
method: 'get',
params: {}
params
})
}