king
2022-07-17 d63599775897284e8c898845e6f2286430b63c3e
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) {