forked from liweijie/education
教学大纲下载功能
This commit is contained in:
@@ -56,3 +56,13 @@ export function listByZydhAndTy(query) {
|
||||
params: query
|
||||
})
|
||||
}
|
||||
|
||||
// 导出教学大纲 Excel(可选 zydh、ty,与列表筛选一致)
|
||||
export function exportSyllabus(query) {
|
||||
return request({
|
||||
url: '/zyjxjhb/export',
|
||||
method: 'get',
|
||||
params: query,
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user