Merge branch 'master' of http://121.41.2.71:3000/wyw/mh_jy_safe_web
This commit is contained in:
commit
4419026764
@ -131,7 +131,7 @@ class SelectUser extends React.Component {
|
|||||||
style={{ width: 200 }}
|
style={{ width: 200 }}
|
||||||
placeholder='选择人员'
|
placeholder='选择人员'
|
||||||
onChange={this.selectChange}
|
onChange={this.selectChange}
|
||||||
filterOption={(input, option) => option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0}
|
filterOption={(input, option) =>option.props.children && option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0}
|
||||||
>
|
>
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user