学员学籍异动申请新增报错

This commit is contained in:
2026-09-20 14:45:19 +08:00
parent a566a26fec
commit 5e3bee9c5f
5 changed files with 280 additions and 201 deletions
@@ -61,10 +61,10 @@ export function deleteTeachingMaterial(id) {
})
}
/** 教材导入模板下载 GET /download/teaching-material */
/** 教材导入模板下载 GET /teachingMaterial/template */
export function downloadTeachingMaterialTemplate() {
return request({
url: '/download/teaching-material',
url: '/teachingMaterial/template',
method: 'get',
responseType: 'blob'
})