updates the foto_sperre_function to automatically update the data of the vue component

This commit is contained in:
Simon Gschnell
2023-11-22 09:51:49 +01:00
parent 16b61d0560
commit 0e813f78fb
4 changed files with 186 additions and 43 deletions
+5
View File
@@ -15,6 +15,11 @@ export default {
+ `cis.php/Cis/Profil/getMitarbeiterAnsicht`;
return axios.get(url);
},
sperre_foto_function: function(value) {
const url = FHC_JS_DATA_STORAGE_OBJECT.app_root
+ `cis.php/Cis/Profil/foto_sperre_function/${value}`;
return axios.get(url);
},
};