Compare commits
No commits in common. "d93bacc9045bb961e5a23ee13070593940485ad4" and "7034f51118cbd0871756dc8d2932feffb96d9e05" have entirely different histories.
d93bacc904
...
7034f51118
@ -131,7 +131,7 @@ class SelectUser extends React.Component {
|
||||
style={{ width: 200 }}
|
||||
placeholder='选择人员'
|
||||
onChange={this.selectChange}
|
||||
filterOption={(input, option) =>option.props.children && option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0}
|
||||
filterOption={(input, option) => option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0}
|
||||
>
|
||||
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user