Filtra Ricerca...

This commit is contained in:
Surya Paolo
2023-06-05 16:36:06 +02:00
parent e805088da7
commit bd3a9557e2
13 changed files with 1604 additions and 1528 deletions

View File

@@ -240,7 +240,7 @@ export default defineComponent({
}
}
function mounted() {
async function mounted() {
arrTypesAccounts.value = [
{
@@ -259,13 +259,13 @@ export default defineComponent({
} else {
circuitsel.value = tools.getCookie(tools.CIRCUIT_USE, bothcircuits.value[0])
}
if (!userStore.IsMyCircuitByName(circuitsel.value)) {
if (bothcircuits.value && bothcircuits.value.find((name: any) => name !== circuitsel.value)) {
circuitsel.value = bothcircuits.value[0]
}
qty.value = props.qtydefault
aggiorna()
await aggiorna()
showpage.value = true
}
@@ -283,7 +283,7 @@ export default defineComponent({
circuitsel.value = bothcircuits.value[0]
}
aggiorna()
await aggiorna()
showpage.value = true
}
@@ -296,7 +296,7 @@ export default defineComponent({
circuitsel.value = bothcircuits.value[0]
}
aggiorna()
await aggiorna()
showpage.value = true
}