- Iscrizione Conacreis

- Calendario
- Prodotti
This commit is contained in:
Paolo Arena
2021-06-04 17:28:05 +02:00
parent 7c8c970a9e
commit 4f524f790f
30 changed files with 534 additions and 328 deletions

View File

@@ -211,7 +211,7 @@ export default class CMyPopupEdit extends Vue {
else
return fieldsTable.getMultiValueByTable(col, val)
} else {
if (val === undefined)
if (val === undefined || val === null)
return '[]'
else if (val === '') {
return '[]'