- Info sul Conto Collettivo

- HomePage
This commit is contained in:
Surya Paolo
2023-02-20 02:20:00 +01:00
parent 1f5be4624f
commit 19860aa438
28 changed files with 295 additions and 45 deletions

View File

@@ -117,7 +117,9 @@ export default defineComponent({
function mounted() {
username.value = userStore.my.username
loadGroups()
if (props.finder)
loadGroups()
}