king
2021-08-01 55a1b8402fd258da084df9b8a3935eef8450247c
src/menu/pastecontroller/index.jsx
@@ -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) {