Compare commits
2 Commits
7034f51118
...
d93bacc904
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d93bacc904 | ||
|
|
1bfeccdd1d |
@ -131,7 +131,7 @@ class SelectUser extends React.Component {
|
||||
style={{ width: 200 }}
|
||||
placeholder='选择人员'
|
||||
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