Merge branch 'zcwy_0723_hotforum' into dev0515

# Conflicts:
#	src/components/Course/exam.vue
This commit is contained in:
nisen
2024-10-08 15:57:49 +08:00
4 changed files with 133 additions and 36 deletions

View File

@@ -72,6 +72,9 @@ const querypaper = function(data) {
const getPaperContent = function(id) {
return ajax.get('/xboe/m/exam/paper/paper-content?id=' + id);
}
const newPaperContent = function(id){
return ajax.get('/xboe/m/course/content/exam/paper-content?courseExamId='+id);
}
export default {
detail,
update,
@@ -80,6 +83,7 @@ export default {
querylist,
querypaper,
getPaperContent,
newPaperContent,
batchImportCount,
batchImportData
}