new data collection

This commit is contained in:
Simon Gschnell
2023-11-17 13:09:32 +01:00
parent 40a58ad9d0
commit 6b27c00d30
4 changed files with 119 additions and 48 deletions
+2 -2
View File
@@ -10,9 +10,9 @@ export default {
+ `Cis/Profil/isMitarbeiterOrStudent/${uid}`;
return axios.get(url);
},
getPersonInformation: function(uid) {
getMitarbeiterAnsicht: function() {
const url = FHC_JS_DATA_STORAGE_OBJECT.app_root
+ `Cis/Profil/getPersonInformation/${uid}`;
+ `Cis/Profil/getMitarbeiterAnsicht`;
return axios.get(url);
},