mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 05:46:43 +08:00
成绩导出
This commit is contained in:
@@ -51,7 +51,7 @@ const pulish = function(id, publish) {
|
||||
*}
|
||||
*/
|
||||
const exports=function (query){
|
||||
return ajax.post('/xboe/m/exam/alone/answer/export',query);
|
||||
return ajax.post('/xboe/m/exam/alone/answer/export',query,{responseType: 'blob'});
|
||||
}
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user