From 42fae277ae5ebe794fc070bf38482a919eb661fc Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 25 十一月 2020 14:36:02 +0800 Subject: [PATCH] 2020-11-25 --- src/templates/sharecomponent/settingcalcomponent/index.jsx | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/templates/sharecomponent/settingcalcomponent/index.jsx b/src/templates/sharecomponent/settingcalcomponent/index.jsx index 10a1a46..2f641c6 100644 --- a/src/templates/sharecomponent/settingcalcomponent/index.jsx +++ b/src/templates/sharecomponent/settingcalcomponent/index.jsx @@ -13,7 +13,6 @@ config: PropTypes.any, MenuID: PropTypes.string, tableFields: PropTypes.any, - permFuncField: PropTypes.any, updateConfig: PropTypes.func } @@ -78,7 +77,6 @@ dict={dict} config={config} tableFields={this.props.tableFields} - permFuncField={this.props.permFuncField} menuId={this.props.config.uuid} searches={config.search} wrappedComponentRef={(inst) => this.verifyRef = inst} -- Gitblit v1.8.0