src/menu/pastecontroller/index.jsx
@@ -51,7 +51,7 @@ } tab.components = tab.components.map(cell => { cell = this.resetconfig(cell, tab, copyBtns) cell = this.resetconfig(cell, tab, false, copyBtns) return cell }) }) @@ -153,6 +153,17 @@ } return col }) } else if (item.type === 'form') { item.subcards = item.subcards.map(cell => { cell.uuid = Utils.getuuid() cell.fields = cell.fields.map(m => { m.uuid = Utils.getuuid() return m }) return cell }) } if (item.btnlog) {