mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 02:46:46 +08:00
我报名的修改
This commit is contained in:
@@ -183,6 +183,10 @@ const myStudyList = function(query) {
|
||||
return ajax.post('/xboe/school/study/course/mylist',query);
|
||||
}
|
||||
|
||||
const myStudyListFromES = function(query) {
|
||||
return ajax.post('/xboe/school/study/es/search',query);
|
||||
}
|
||||
|
||||
/**
|
||||
* 保存课程考试
|
||||
* @param {Object} data
|
||||
@@ -349,6 +353,7 @@ export default {
|
||||
getStudyContentItem,
|
||||
studyExport,
|
||||
myStudyList,
|
||||
myStudyListFromES,
|
||||
saveHomework,
|
||||
saveExam,
|
||||
saveAssess,
|
||||
|
||||
Reference in New Issue
Block a user