king
2020-11-06 0bff15b120b3e3ff1f1c3d2ce4d9aa8d3ad3917e
src/menu/components/card/data-card/wrapsetting/index.jsx
@@ -11,6 +11,7 @@
class DataSource extends Component {
  static propTpyes = {
    config: PropTypes.any,
    sysRoles: PropTypes.array,
    updateConfig: PropTypes.func
  }
@@ -50,7 +51,7 @@
  }
  render () {
    const { config } = this.props
    const { config, sysRoles } = this.props
    const { visible, dict, wrap } = this.state
    return (
@@ -71,6 +72,8 @@
            dict={dict}
            wrap={wrap}
            config={config}
            sysRoles={sysRoles || []}
            inputSubmit={this.verifySubmit}
            wrappedComponentRef={(inst) => this.verifyRef = inst}
          />
        </Modal>