Unsubscribe
This commit is contained in:
@@ -58,13 +58,12 @@ export default defineComponent({
|
||||
|
||||
const idparam = computed( () => $route.params.idparam ? $route.params.idparam.toString() : '')
|
||||
|
||||
|
||||
async function mounted() {
|
||||
await load()
|
||||
newsstate.value = DefaultNewsState
|
||||
// tab = tools.getCookie('formnews', 'check')
|
||||
tab.value = $route.params.idparam.toString()
|
||||
emailtextheader.value = getValDb('EMAIL_TEXT', true)
|
||||
tab.value = idparam.value
|
||||
// emailtextheader.value = getValDb('EMAIL_TEXT', true)
|
||||
|
||||
}
|
||||
|
||||
@@ -308,6 +307,7 @@ export default defineComponent({
|
||||
costanti,
|
||||
fieldsTable,
|
||||
globalStore,
|
||||
idparam,
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user