mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-16 12:05:07 +08:00
修改请假流程
This commit is contained in:
@ -51,6 +51,13 @@ export function createFormKeyLeave(data) {
|
||||
})
|
||||
}
|
||||
|
||||
export function getLeaveApplyMembers() {
|
||||
return request({
|
||||
url: '/oa/leave/getLeaveApplyMembers',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
// 导出请假申请 Excel
|
||||
export function exportLeaveExcel(query) {
|
||||
return request({
|
||||
|
Reference in New Issue
Block a user