king
2023-10-24 6c18224399d626790d85b2081e42356eb23d9453
src/utils/utils-custom.js
@@ -558,6 +558,13 @@
        }
        item.cols = loopCol(item.cols)
        if (item.colsCtrls) {
          item.colsCtrls = item.colsCtrls.map(col => {
            col.cols = col.cols.map(f => md5(commonId + f))
            return col
          })
        }
      } else if (item.type === 'form') {
        item.subcards = item.subcards.map(cell => {
          cell.uuid = this.getuuid()
@@ -851,6 +858,13 @@
      }
      item.cols = loopCol(item.cols)
      if (item.colsCtrls) {
        item.colsCtrls = item.colsCtrls.map(col => {
          col.cols = col.cols.map(f => md5(commonId + f))
          return col
        })
      }
    } else if (item.type === 'form') {
      item.subcards = item.subcards.map(cell => {
        cell.uuid = this.getuuid()