Commit 12579f69 authored by 罗林杰's avatar 罗林杰

修改加班申请

parent 8d8af891
......@@ -8,6 +8,13 @@ export function listOnBoardManage(query) {
params: query
})
}
//获取所有入职用户
export function listAllUser() {
return request({
url: '/staffmanage/onboardmanage/listAllUser',
method: 'get'
})
}
// 查询入职审批详细
export function getOnBoardManage(id) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment