20200422-zlp-1

园历展示
This commit is contained in:
paidaxing444
2020-04-22 11:55:20 +08:00
parent a2fa5e6428
commit cf20c0d85b
9 changed files with 146 additions and 24 deletions

View File

@ -9,6 +9,15 @@ export function listSchoolcalendar(query) {
})
}
// 查询园历列表
export function getSchoolCalendars(query) {
return request({
url: '/benyi/schoolcalendar/getSchoolCalendars',
method: 'get',
params: query
})
}
// 查询园历管理详细
export function getSchoolcalendar(id) {
return request({