acl 前端

This commit is contained in:
wang-liang0615
2023-07-14 14:34:35 +08:00
parent e86e5ad1fd
commit 339a7b857e
11 changed files with 308 additions and 151 deletions

View File

@@ -14,6 +14,7 @@ export function getOnDutyUser() {
return axios({
url: urlPrefix + '/users/employee',
method: 'GET',
// data: { 'originUrl': 'http://hr.dfc.sh/api/all_users?work_status=在职' }
})
}