课表调整申请新增

This commit is contained in:
2026-08-26 14:12:00 +08:00
parent 9ae21acaf8
commit 4f9b543c74
3 changed files with 92 additions and 16 deletions
+9
View File
@@ -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({