mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 05:16:43 +08:00
修改bug2.0
This commit is contained in:
@@ -37,6 +37,13 @@ export const secondExamine = function(query) {
|
||||
return ajax.postJson(baseURL,'/activityApi/certification/secondExamine',query);
|
||||
}
|
||||
|
||||
export const download = function(data) {
|
||||
return ajax.get(baseURL,'/activityApi/teacher/download?coursewareId='+data.coursewareId);
|
||||
}
|
||||
|
||||
const exportPdf=function (data){
|
||||
return ajax.getJsonToFile(baseURL,`/activityApi/teacher/download?coursewareId=${data.coursewareId}`);
|
||||
}
|
||||
export default {
|
||||
pageList,
|
||||
getTeacherInfo,
|
||||
@@ -44,5 +51,6 @@ export default {
|
||||
getCertificationProcess,
|
||||
setOfflineTutoring,
|
||||
getReviewResult,
|
||||
secondExamine
|
||||
secondExamine,
|
||||
exportPdf
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user