king
2020-11-25 42fae277ae5ebe794fc070bf38482a919eb661fc
src/menu/components/tabs/tabsetting/index.jsx
@@ -11,7 +11,6 @@
class DataSource extends Component {
  static propTpyes = {
    config: PropTypes.any,
    sysRoles: PropTypes.any,       // 角色列表
    updateConfig: PropTypes.func
  }
@@ -70,7 +69,6 @@
          <SettingForm
            dict={dict}
            setting={setting}
            sysRoles={this.props.sysRoles || []}
            inputSubmit={this.verifySubmit}
            wrappedComponentRef={(inst) => this.verifyRef = inst}
          />