forked from liweijie/education
校历编辑
This commit is contained in:
@@ -18,6 +18,15 @@ export function getXqxlb(bh) {
|
||||
})
|
||||
}
|
||||
|
||||
// 预生成学期整张校历占位记录(首次进入新学期时调用,接口自带去重)
|
||||
export function addXqxlb(startDate, endDate) {
|
||||
return request({
|
||||
url: '/xqxlb/add',
|
||||
method: 'post',
|
||||
params: { startDate: startDate, endDate: endDate }
|
||||
})
|
||||
}
|
||||
|
||||
// 新增 / 修改校历假期(无 bh 时为新增,带 bh 时为修改)
|
||||
export function updateXqxlb(data) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user