模板
This commit is contained in:
@@ -115,10 +115,10 @@ export function exportTeachingLog(query) {
|
||||
})
|
||||
}
|
||||
|
||||
// 下载导入模板(返回 Blob),接口形态:GET /log/teaching-log/download-template
|
||||
// 下载导入模板(返回 Blob),接口形态:GET /download/teaching-log
|
||||
export function downloadTeachingLogTemplate() {
|
||||
return request({
|
||||
url: '/log/teaching-log/download-template',
|
||||
url: '/download/teaching-log',
|
||||
method: 'get',
|
||||
responseType: 'blob'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user