- Invio RIS migliorata grafica e aggiunto tastierino numerico.
This commit is contained in:
@@ -58,7 +58,7 @@ export default defineComponent({
|
||||
const idnotif = computed(() => $route.query.idnotif ? $route.query.idnotif.toString() : '')
|
||||
const isDebugOn = computed(() => tools.isDebugOn())
|
||||
|
||||
const sendRIS = computed(() => !!$route.query.sendris ? $route.query.sendris : 0)
|
||||
const sendRIS = computed(() => !!$route.query.sendris ? $route.query.sendris : '')
|
||||
|
||||
const $router = useRouter()
|
||||
const filtroutente = ref(<any[]>[])
|
||||
|
||||
Reference in New Issue
Block a user