king
2020-09-04 b987be8dd8b6bc1fa01810daa1e1a60e58a3c921
src/menu/datasource/index.jsx
File was renamed from src/menu/datasourcecomponent/index.jsx
@@ -11,9 +11,7 @@
class DataSource extends Component {
  static propTpyes = {
    config: PropTypes.any,
    MenuID: PropTypes.string,
    tableFields: PropTypes.any,
    permFuncField: PropTypes.any,
    menu: PropTypes.object,
    updateConfig: PropTypes.func
  }
@@ -55,7 +53,7 @@
  }
  render () {
    const { config } = this.props
    const { config, menu } = this.props
    const { visible, dict, loading } = this.state
    return (
@@ -76,11 +74,8 @@
        >
          <VerifyCard
            dict={dict}
            menu={menu}
            config={config}
            tableFields={this.props.tableFields}
            permFuncField={this.props.permFuncField}
            menuId={this.props.config.uuid}
            searches={config.search}
            wrappedComponentRef={(inst) => this.verifyRef = inst}
          />
        </Modal>