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