课表调整申请

This commit is contained in:
2026-08-23 20:24:04 +08:00
parent 26fe8ea334
commit 8bf726a745
3 changed files with 67 additions and 11 deletions
@@ -9,6 +9,14 @@ export function listSemester(query) {
})
}
// 查询所有学期列表(年度下拉数据源,返回全部学期含 nd/dqxq,按年度倒序)
export function listAllSemester() {
return request({
url: '/semester/all',
method: 'get'
})
}
// 根据主键查询学期
export function getSemester(nd) {
return request({