- fix: se salvavo un record 'settable' e non era completo con tutti i campi, andava a troncare gli altri precedentemente inseriti
- ordinamento Circuiti per stato e numiscritti e descr
This commit is contained in:
@@ -6,17 +6,12 @@
|
||||
v-model="myvalue"
|
||||
:pickup="false"
|
||||
:addnone="true"
|
||||
:dense="false"
|
||||
:tablesel="table"
|
||||
:myclass="myclass"
|
||||
:optval="fieldsTable.getKeyByTable(jointable)"
|
||||
:optlab="fieldsTable.getLabelByTable(jointable)"
|
||||
:options="
|
||||
globalStore.getTableJoinByName(
|
||||
jointable,
|
||||
false,
|
||||
false,
|
||||
''
|
||||
)"
|
||||
:options="globalStore.getTableJoinByName(jointable, false, false, '')"
|
||||
:useinput="false"
|
||||
@update:value="changevalRec"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user