成绩导出

This commit is contained in:
zhaofang
2022-08-19 13:58:58 +08:00
parent 51efc63fb5
commit 75669333e3
2 changed files with 22 additions and 1 deletions

View File

@@ -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 {