|
|
|
@ -1379,7 +1379,7 @@ class PersonModal extends Component {
|
|
|
|
|
placeholder="请输入想要队员姓名的任意关键字进行搜索"
|
|
|
|
|
onPressEnter={this.startSearch2}
|
|
|
|
|
onFocus={this.inputOnFocus2}
|
|
|
|
|
// onBlur={this.inputOnBlur2}
|
|
|
|
|
onBlur={this.inputOnBlur2}
|
|
|
|
|
onChange={(e) => this.studentsonChange(e)}
|
|
|
|
|
value={this.state.keywordstudents}
|
|
|
|
|
suffix={
|
|
|
|
|