Riso: Ris Italia, altre modifiche grafiche
Lista Utenti da Verificare
This commit is contained in:
@@ -64,6 +64,8 @@ export default defineComponent({
|
||||
|
||||
const table = ref(toolsext.TABMYGROUPS)
|
||||
|
||||
const circuitsnational = ref(<any[]>[])
|
||||
|
||||
const circuit = ref(<ICircuit | null | undefined>null)
|
||||
|
||||
watch(() => props.user, (newval, oldval) => {
|
||||
@@ -83,6 +85,8 @@ export default defineComponent({
|
||||
circuit.value = circuitStore.getCircuitByPath(props.circuitpath)
|
||||
}
|
||||
|
||||
circuitsnational.value = circuitStore.getCircuitsNational()
|
||||
|
||||
if (props.account) {
|
||||
myaccount.value = props.account
|
||||
} else {
|
||||
@@ -138,6 +142,7 @@ export default defineComponent({
|
||||
myaccount,
|
||||
save,
|
||||
toolsext,
|
||||
circuitsnational,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user