增加了日历显示组件

This commit is contained in:
muqing
2020-05-10 22:56:04 +08:00
parent d686674ddc
commit 19adac723d
5 changed files with 379 additions and 110 deletions

View File

@ -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
})
}