This commit is contained in:
Surya Paolo
2022-12-03 03:32:23 +01:00
parent 686dc585e6
commit 5af082ac29
2 changed files with 20 additions and 2 deletions

View File

@@ -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,
}
}
})