考试成绩导出

This commit is contained in:
86182
2022-08-19 10:46:56 +08:00
parent 52412b2f3a
commit 51efc63fb5

View File

@@ -45,11 +45,21 @@ const pulish = function(id, publish) {
return ajax.post('/xboe/m/exam/test/publish?id=' + id + '&publish=' + flag); return ajax.post('/xboe/m/exam/test/publish?id=' + id + '&publish=' + flag);
} }
/**
*@parma{
* testId 考试id
*}
*/
const exports=function (query){
return ajax.post('/xboe/m/exam/alone/answer/export',query);
}
export default { export default {
detail, detail,
update, update,
del, del,
save, save,
querylist, querylist,
pulish pulish,
exports
} }