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:
@@ -370,6 +370,12 @@ const ids=function (data){
|
||||
const followIds=function (data){
|
||||
return ajax.postJson('/xboe/school/study/course/follow-ids',data);
|
||||
}
|
||||
|
||||
/**从ES中查询我学习的课程数据*/
|
||||
const myStudysFromES=function (data){
|
||||
return ajax.post('/xboe/school/study/es/search',data);
|
||||
}
|
||||
|
||||
export default {
|
||||
hasSignup,
|
||||
signup,
|
||||
@@ -399,6 +405,7 @@ export default {
|
||||
myAssessList,
|
||||
myExamList2,
|
||||
myCourseStudy,
|
||||
myStudysFromES,
|
||||
deleteSignUp,
|
||||
ids,
|
||||
followIds
|
||||
|
||||
Reference in New Issue
Block a user