king
2020-11-25 42fae277ae5ebe794fc070bf38482a919eb661fc
src/templates/sharecomponent/treesettingcomponent/index.jsx
@@ -12,7 +12,6 @@
  static propTpyes = {
    MenuID: PropTypes.string,        // 菜单ID
    config: PropTypes.object,        // 菜单配置信息
    permFuncField: PropTypes.array,  // 存储过程可用开头字段
    updatesetting: PropTypes.func
  }
@@ -92,7 +91,6 @@
            config={config}
            menu={this.state.menu}
            inputSubmit={this.settingSave}
            permFuncField={this.props.permFuncField}
            wrappedComponentRef={(inst) => this.settingRef = inst}
          />
        </Modal>