From 5ea9c480262010a8ee08b3c94377013a42263ffc Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 01 四月 2024 11:40:02 +0800
Subject: [PATCH] 2024-04-01

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

diff --git a/src/menu/components/share/actioncomponent/formconfig.jsx b/src/menu/components/share/actioncomponent/formconfig.jsx
index 5b0f0bd..0ac75b8 100644
--- a/src/menu/components/share/actioncomponent/formconfig.jsx
+++ b/src/menu/components/share/actioncomponent/formconfig.jsx
@@ -1354,7 +1354,7 @@
       type: 'radio',
       key: 'permission',
       label: '鏉冮檺楠岃瘉',
-      initVal: setting.permission || 'true',
+      initVal: card.permission || 'true',
       required: false,
       options: [
         {value: 'true', text: '缁ф壙鑿滃崟'},
@@ -2478,7 +2478,7 @@
       type: 'radio',
       key: 'permission',
       label: '鏉冮檺楠岃瘉',
-      initVal: setting.permission || 'true',
+      initVal: card.permission || 'true',
       required: false,
       options: [
         {value: 'true', text: '鍚敤'},

--
Gitblit v1.8.0