请假管理gatWorkDay接口
This commit is contained in:
parent
be4fb246cb
commit
ed49178e3e
@ -10,6 +10,9 @@ export interface CalendarVO {
|
||||
|
||||
// 工作日历数据 API
|
||||
export const CalendarApi = {
|
||||
getWorkDay: async (params: any) => {
|
||||
return await request.get({url: `/home/calendar/getWorkDay`,params})
|
||||
},
|
||||
// 查询工作日历数据分页
|
||||
getCalendarPage: async (params: any) => {
|
||||
return await request.get({ url: `/home/calendar/page`, params })
|
||||
|
Loading…
Reference in New Issue
Block a user