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>