Il campo FOTO sembra non comparire correttamente. (dal profilo)

This commit is contained in:
paoloar77
2022-02-15 19:01:10 +01:00
parent c768e9de30
commit ec410c32d5
11 changed files with 37 additions and 10 deletions

View File

@@ -4890,6 +4890,10 @@ export const tools = {
},
isArray(val: any) {
return Array.isArray(val)
},
isUserOk(){
const userStore = useUserStore()
return userStore.isUserOk()