From d5c3340757ae00a2ad617c4241dfd3792f36e036 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 14 十二月 2020 18:23:42 +0800 Subject: [PATCH] 2020-12-14 --- src/menu/components/share/actioncomponent/formconfig.jsx | 10 +--------- 1 files changed, 1 insertions(+), 9 deletions(-) diff --git a/src/menu/actioncomponent/formconfig.jsx b/src/menu/components/share/actioncomponent/formconfig.jsx similarity index 97% rename from src/menu/actioncomponent/formconfig.jsx rename to src/menu/components/share/actioncomponent/formconfig.jsx index c339476..cc54bcd 100644 --- a/src/menu/actioncomponent/formconfig.jsx +++ b/src/menu/components/share/actioncomponent/formconfig.jsx @@ -393,15 +393,7 @@ initVal: card.syncComponent || [], required: false, options: modules - }, - // { - // type: 'select', - // key: 'linkcomponents', - // label: '', - // initVal: card.Ot || 'requiredSgl', - // required: true, - // options: [] - // } + } ] return forms -- Gitblit v1.8.0