bugfix function getMitarbeiterUid

This commit is contained in:
ma0068
2025-02-19 16:37:30 +01:00
parent 295e2aa3e5
commit f3527dc8ff
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ export default {
return this.$fhcApi.post('api/frontend/v1/vertraege/vertraege/getLeitungOrg/' + oekurzbz);
},
getMitarbeiterUid(person_id){
return this.$fhcApi.get('api/frontend/v1/vertraege/vertraege/getMitarbeiter_uid/' + person_id);
return this.$fhcApi.get('api/frontend/v1/vertraege/vertraege/getMitarbeiterUid/' + person_id);
},
}