From 94a205cca5706e854f3118d07ef1ba4c54c6d216 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 27 八月 2023 18:52:24 +0800
Subject: [PATCH] 2023-08-27

---
 src/menu/components/chart/antv-dashboard/chartcompile/formconfig.jsx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/menu/components/chart/antv-dashboard/chartcompile/formconfig.jsx b/src/menu/components/chart/antv-dashboard/chartcompile/formconfig.jsx
index 06fe5ff..1840ac9 100644
--- a/src/menu/components/chart/antv-dashboard/chartcompile/formconfig.jsx
+++ b/src/menu/components/chart/antv-dashboard/chartcompile/formconfig.jsx
@@ -67,11 +67,11 @@
       type: 'radio',
       key: 'cacheLocal',
       label: '鏈湴缂撳瓨',
-      initval: card.cacheLocal || 'true',
+      initVal: card.cacheLocal || 'true',
       required: false,
       options: [
-        {value: 'true', label: '缁ф壙鑿滃崟'},
-        {value: 'false', label: '绂佺敤'},
+        {value: 'true', text: '缁ф壙鑿滃崟'},
+        {value: 'false', text: '绂佺敤'},
       ],
       forbid: sessionStorage.getItem('editMenuType') === 'popview'
     },

--
Gitblit v1.8.0