mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
考试成绩导出
This commit is contained in:
@@ -45,11 +45,21 @@ const pulish = function(id, publish) {
|
||||
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 {
|
||||
detail,
|
||||
update,
|
||||
del,
|
||||
save,
|
||||
querylist,
|
||||
pulish
|
||||
pulish,
|
||||
exports
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user