king
2022-08-08 176c6e1da22e96a1110fa91f8fc8eb8ad2881e08
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) {