Filtra Ricerca...
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user