删除usedfc

This commit is contained in:
wang-liang0615
2023-07-14 15:20:36 +08:00
parent 1436ffb3b2
commit 328105ed05
4 changed files with 33 additions and 77 deletions

View File

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