课表调整申请
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user