This commit is contained in:
Harald Bamberger
2025-04-11 17:14:54 +02:00
parent f7138b2cfc
commit a5b8e7dc8b
@@ -172,7 +172,7 @@ export default{
if (old_id == prestudent.prestudent_id)
return Promise.resolve();
return thid.$api
return this.$api
.call(ApiStvStatus.getStudienplaene(prestudent.prestudent_id))
.then(result => this.studienplaene = result.data)
.then(() => this.$api.call(ApiStvStatus.getStudiengang(prestudent.prestudent_id)))