forked from liweijie/education
大纲
This commit is contained in:
@@ -48,10 +48,11 @@ export function getSyllabus(bh) {
|
||||
})
|
||||
}
|
||||
|
||||
// 列表查询(返回全部,前端本地过滤+分页)
|
||||
export function listSyllabus() {
|
||||
// 根据专业代号和停用标识查询
|
||||
export function listByZydhAndTy(query) {
|
||||
return request({
|
||||
url: '/zyjxjhb/list',
|
||||
method: 'get'
|
||||
url: '/zyjxjhb/listByZydhAndTy',
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user