king
2023-01-28 1b60547cb25f5c0a4371e5be0517adf092f2dc62
src/menu/components/card/data-card/index.jsx
@@ -491,9 +491,9 @@
      let elements = []
      res.elements && res.elements.forEach(cell => {
        if (cell.datatype === 'dynamic') {
          cell.datatype = 'static'
        }
        // if (cell.datatype === 'dynamic') {
        //   cell.datatype = 'static'
        // }
        if (cell.eleType !== 'button') {
          cell.uuid = Utils.getuuid()
@@ -512,9 +512,9 @@
      if (appType !== 'mob') {
        res.backElements && res.backElements.forEach(cell => {
          if (cell.datatype === 'dynamic') {
            cell.datatype = 'static'
          }
          // if (cell.datatype === 'dynamic') {
          //   cell.datatype = 'static'
          // }
          if (cell.eleType !== 'button') {
            cell.uuid = Utils.getuuid()