forked from liweijie/education
课表调整申请新增
This commit is contained in:
@@ -10,6 +10,15 @@ export function listElective(query) {
|
||||
})
|
||||
}
|
||||
|
||||
// 新建选修课(body: ElectiveCourseSaveDTO)
|
||||
export function addElective(data) {
|
||||
return request({
|
||||
url: '/jys/elective/add',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
// 批量开放报名
|
||||
export function batchOpenElective(bhList) {
|
||||
return request({
|
||||
|
||||
Reference in New Issue
Block a user