From 87c445887fe8d724ea124535234df974d3e1d58e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 19 六月 2021 13:17:48 +0800 Subject: [PATCH] 2021-06-19 --- src/menu/components/share/actioncomponent/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/menu/components/share/actioncomponent/index.jsx b/src/menu/components/share/actioncomponent/index.jsx index 38ae2a2..43dabb7 100644 --- a/src/menu/components/share/actioncomponent/index.jsx +++ b/src/menu/components/share/actioncomponent/index.jsx @@ -187,7 +187,7 @@ this.setState({ visible: true, card: card, - formlist: getActionForm(card, functip, config.setting, usefulFields, this.props.type, menulist, modules) + formlist: getActionForm(card, functip, config.setting, usefulFields, this.props.type, menulist, modules, config.columns) }) } -- Gitblit v1.8.0