|
|
|
@ -198,7 +198,12 @@ class PersonModal extends Component {
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
this.setState({
|
|
|
|
|
Thecurrentnumberbool: false,
|
|
|
|
|
Thecurrentnumber: i,
|
|
|
|
|
booltech: false,
|
|
|
|
|
boolstud: false
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
} catch (e) {
|
|
|
|
@ -226,7 +231,12 @@ class PersonModal extends Component {
|
|
|
|
|
})
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
this.setState({
|
|
|
|
|
Thecurrentnumberboolstu: false,
|
|
|
|
|
Thecurrentnumberstu: s,
|
|
|
|
|
booltech: false,
|
|
|
|
|
boolstud: false
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
} catch (e) {
|
|
|
|
@ -582,13 +592,15 @@ class PersonModal extends Component {
|
|
|
|
|
// ////console.log("inputOnBlur");
|
|
|
|
|
// ////console.log(e);
|
|
|
|
|
this.setState({
|
|
|
|
|
person1: false
|
|
|
|
|
person1: false,
|
|
|
|
|
person2: false
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
inputOnBlur2 = (e) => {
|
|
|
|
|
// ////console.log("inputOnBlur");
|
|
|
|
|
// ////console.log(e);
|
|
|
|
|
this.setState({
|
|
|
|
|
person1: false,
|
|
|
|
|
person2: false
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
@ -1141,6 +1153,7 @@ class PersonModal extends Component {
|
|
|
|
|
placeholder="请输入老师姓名的任意关键字进行搜索,可以后续在添加"
|
|
|
|
|
onPressEnter={this.startSearch}
|
|
|
|
|
onFocus={this.inputOnFocus}
|
|
|
|
|
onBlur={this.inputOnBlur}
|
|
|
|
|
onChange={(e) => this.teacheronChange(e)}
|
|
|
|
|
value={this.state.keywordteachers}
|
|
|
|
|
suffix={
|
|
|
|
@ -1199,6 +1212,7 @@ class PersonModal extends Component {
|
|
|
|
|
placeholder="请输入想要队员姓名的任意关键字进行搜索"
|
|
|
|
|
onPressEnter={this.startSearch2}
|
|
|
|
|
onFocus={this.inputOnFocus2}
|
|
|
|
|
onBlur={this.inputOnBlur2}
|
|
|
|
|
onChange={(e) => this.studentsonChange(e)}
|
|
|
|
|
value={this.state.keywordstudents}
|
|
|
|
|
suffix={
|
|
|
|
|