From 6055fa01416fc57ee33b291a8103ccc1a8edce44 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 20 七月 2021 23:21:14 +0800 Subject: [PATCH] 2021-07-20 --- src/menu/components/form/formaction/formconfig.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/menu/components/form/formaction/formconfig.jsx b/src/menu/components/form/formaction/formconfig.jsx index c0e6f61..6eb2048 100644 --- a/src/menu/components/form/formaction/formconfig.jsx +++ b/src/menu/components/form/formaction/formconfig.jsx @@ -278,7 +278,7 @@ type: 'radio', key: 'enable', label: '鏄惁鏄剧ず', - initVal: card.enable || 'false', + initVal: card.enable || 'true', required: false, options: [{ value: 'true', -- Gitblit v1.8.0