Aggiornamento APP RISO:

 Inviando i RIS, deve comparire prima il Circuito della Provincia, e poi quello Nazionale
 Risolto problema per vecchie registrazioni, la provincia compariva "undefined".
This commit is contained in:
Surya Paolo
2024-06-19 00:21:06 +02:00
parent 2d9c178c1f
commit 49d51712bd
155 changed files with 2510 additions and 5296 deletions

View File

@@ -62,7 +62,7 @@ export default defineComponent({
const circuitStore = useCircuitStore()
const table = ref(toolsext.TABMYGROUPS)
const table = ref(shared_consts.TABLES_MYGROUPS)
const circuitsnational = ref(<any[]>[])

View File

@@ -13,7 +13,7 @@
img-class="imgprofile"
height="30px"
@click="
naviga(tools.getPathByTableAndRec(toolsext.TABCIRCUITS, circuit))
naviga(tools.getPathByTableAndRec(shared_consts.TABLES_CIRCUITS, circuit))
"
/>
</q-avatar>
@@ -22,7 +22,7 @@
color="primary"
rounded
size="sm"
@click="naviga(tools.getPathByTableAndRec(toolsext.TABCIRCUITS, circuit))"
@click="naviga(tools.getPathByTableAndRec(shared_consts.TABLES_CIRCUITS, circuit))"
>
{{ circuit.name }}
</q-btn>
@@ -50,7 +50,7 @@
img-class="imgprofile"
height="30px"
@click="
naviga(tools.getPathByTableAndRec(toolsext.TABCIRCUITS, circnaz))
naviga(tools.getPathByTableAndRec(shared_consts.TABLES_CIRCUITS, circnaz))
"
/>
</q-avatar>
@@ -60,7 +60,7 @@
rounded
size="sm"
@click="
naviga(tools.getPathByTableAndRec(toolsext.TABCIRCUITS, circnaz))
naviga(tools.getPathByTableAndRec(shared_consts.TABLES_CIRCUITS, circnaz))
"
>
{{ circnaz.name }}