diff --git a/src/components/CBarSelection/CBarSelection.ts b/src/components/CBarSelection/CBarSelection.ts index bd1b8001..501b9591 100755 --- a/src/components/CBarSelection/CBarSelection.ts +++ b/src/components/CBarSelection/CBarSelection.ts @@ -248,6 +248,10 @@ export default defineComponent({ refresh() } + function toHome() { + $router.push('/') + } + function mounted() { optionsMainCards.value = tools.getoptionsMainCards(false) @@ -332,6 +336,7 @@ export default defineComponent({ tablesel, gotoPageSel, createNewRecordDialog, + toHome, } } }) diff --git a/src/components/CBarSelection/CBarSelection.vue b/src/components/CBarSelection/CBarSelection.vue index a4580e54..2cdd590b 100755 --- a/src/components/CBarSelection/CBarSelection.vue +++ b/src/components/CBarSelection/CBarSelection.vue @@ -18,6 +18,15 @@