king
2020-11-25 42fae277ae5ebe794fc070bf38482a919eb661fc
src/templates/sharecomponent/settingcomponent/index.jsx
@@ -19,7 +19,6 @@
    mainsearch: PropTypes.any,       // 主表的搜索条件,当子表设置接收主表条件时有效
    MenuID: PropTypes.string,        // 菜单ID
    config: PropTypes.object,        // 菜单配置信息
    permFuncField: PropTypes.array,  // 存储过程可用开头字段
    updatesetting: PropTypes.func
  }
@@ -131,7 +130,7 @@
  }
  render() {
    const { config, permFuncField } = this.props
    const { config } = this.props
    const { dict, visible, search, menu } = this.state
    return (
@@ -158,7 +157,6 @@
            menu={menu}
            config={config}
            search={search}
            permFuncField={permFuncField}
            wrappedComponentRef={(inst) => this.settingRef = inst}
          />
        </Modal>