refactoring and codesniff

This commit is contained in:
ma0068
2025-01-22 07:57:39 +01:00
parent 9c0baeacf2
commit 0d0071e8bf
7 changed files with 94 additions and 138 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ export default {
getLeitungOrg(oekurzbz){
return this.$fhcApi.post('api/frontend/v1/vertraege/vertraege/getLeitungOrg/' + oekurzbz);
},
getMitarbeiter_uid(person_id){
getMitarbeiterUid(person_id){
return this.$fhcApi.get('api/frontend/v1/vertraege/vertraege/getMitarbeiter_uid/' + person_id);
},