教学大纲下载功能

This commit is contained in:
2026-09-15 16:13:06 +08:00
parent 5d928bd303
commit 5903f0c590
6 changed files with 45 additions and 11 deletions
@@ -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'
})
}