This commit is contained in:
daihh
2023-03-29 19:36:40 +08:00
parent 63e6810514
commit 9de7dbb4d2
3 changed files with 65 additions and 11 deletions

View File

@@ -376,6 +376,11 @@ const myStudysFromES=function (data){
return ajax.post('/xboe/school/study/es/search',data);
}
/**根据id集合查询传入的是id数组*/
const findByIds=function (ids){
return ajax.postJson('/xboe/school/study/es/list-by-ids',ids);
}
export default {
hasSignup,
signup,
@@ -406,6 +411,7 @@ export default {
myExamList2,
myCourseStudy,
myStudysFromES,
findByIds,
deleteSignUp,
ids,
followIds