我报名的 切换成新的接口,包括 删除,跳转

This commit is contained in:
daihh
2023-03-06 16:36:24 +08:00
parent d146efcf57
commit 0bf617337b
4 changed files with 105 additions and 252 deletions

View File

@@ -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