mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
updates the foto_sperre_function to automatically update the data of the vue component
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user