1
0
forked from PGL/Clyde

Link the ExternalCurriculum to a user after the inscription.

Add the ExternalCurriculum lists in AboutStudent.vue
This commit is contained in:
2024-04-12 09:28:56 +02:00
parent 8ebedec689
commit 98c9d2d754
8 changed files with 67 additions and 14 deletions

View File

@ -17,3 +17,7 @@ export async function getExternalCurriculumByInscrReq(inscrReqId){
return restGet("/externalcurriculum/"+inscrReqId)
}
export async function getExternalCurriculumByUser(userId){
return restGet("/externalcurriculumbyuser/"+userId)
}