src/utils/utils-custom.js
@@ -576,6 +576,17 @@ return col }) } } else if (item.type === 'form') { item.subcards = item.subcards.map(cell => { cell.uuid = this.getuuid() cell.fields = cell.fields.map(m => { m.uuid = this.getuuid() return m }) return cell }) } if (item.btnlog) {