From 1b60547cb25f5c0a4371e5be0517adf092f2dc62 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期六, 28 一月 2023 16:08:21 +0800
Subject: [PATCH] 2023-01-28

---
 src/menu/components/card/data-card/index.jsx |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/menu/components/card/data-card/index.jsx b/src/menu/components/card/data-card/index.jsx
index 46d05a9..1d50c7f 100644
--- a/src/menu/components/card/data-card/index.jsx
+++ b/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()

--
Gitblit v1.8.0