REVIEW OA 请假

This commit is contained in:
YunaiV
2023-04-09 18:32:26 +08:00
parent 50efd60e15
commit 47b5ce2f35
5 changed files with 54 additions and 54 deletions

View File

@ -22,6 +22,6 @@ export const getLeave = async (id: number) => {
}
// 获得请假申请分页
export const getLeavePage = async (params) => {
export const getLeavePage = async (params: PageParam) => {
return await request.get({ url: '/bpm/oa/leave/page', params })
}