From 62eff3734eb8456a4f26886d45961d6f9970763d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 10 一月 2025 15:02:45 +0800
Subject: [PATCH] 2025-01-10

---
 src/menu/components/share/actioncomponent/formconfig.jsx |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/menu/components/share/actioncomponent/formconfig.jsx b/src/menu/components/share/actioncomponent/formconfig.jsx
index 1cc0cf4..53fe5e4 100644
--- a/src/menu/components/share/actioncomponent/formconfig.jsx
+++ b/src/menu/components/share/actioncomponent/formconfig.jsx
@@ -364,6 +364,16 @@
     }
   }
 
+  if (card.syncComponents && card.syncComponents[0] && Array.isArray(card.syncComponents[0])) {
+    card.syncComponents = card.syncComponents.map((item, i) => {
+      return {
+        syncComId: item,
+        label: '',
+        uuid: 'fixed' + i
+      }
+    })
+  }
+
   let forms = [
     {
       type: 'select',

--
Gitblit v1.8.0