update(MyLv/Lv.js):the user can only click on the grade of an lv if the lv had multiple pruefungen otherwise the grade is not clickable

This commit is contained in:
SimonGschnell
2024-12-12 13:31:06 +01:00
parent 4321a2325b
commit 24ff474cad
4 changed files with 59 additions and 32 deletions
+6
View File
@@ -13,4 +13,10 @@ export default {
, {}
);
},
getStudentPruefungen(lehrveranstaltung_id){
return this.$fhcApi.get(
`/api/frontend/v1/Lehre/Pruefungen/${lehrveranstaltung_id}`
, {}
);
}
}