增加了日历显示组件
This commit is contained in:
@ -50,4 +50,13 @@ export function exportCalendar(query) {
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
// 查询园历列表
|
||||
export function getAllSchoolCalendars(query) {
|
||||
return request({
|
||||
url: '/benyi/calendar/getAllSchoolCalendars',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user