diff --git a/public/react/src/modules/competition/competmodal/PersonModal.js b/public/react/src/modules/competition/competmodal/PersonModal.js index 51809fb0e..9b2df2c34 100644 --- a/public/react/src/modules/competition/competmodal/PersonModal.js +++ b/public/react/src/modules/competition/competmodal/PersonModal.js @@ -181,7 +181,7 @@ class PersonModal extends Component { } try { - const {team_idstudents, student_ids} = this.statel + const {team_idstudents, student_ids} = this.state; this.Getstudentsdata(e.target.value, team_idstudents, student_ids); } catch (e) { @@ -488,24 +488,28 @@ class PersonModal extends Component {

李小猫{index}

+ >{item.name === undefined || item.name === null || item.name === "" ? "--" : item.name}

职称:副教授

+ >{item.identity === undefined || item.identity === null || item.identity === "" ? "--" : item.identity}

国防科技大学

+ >{item.school_name === undefined || item.school_name === null || item.school_name === "" ? "--" : item.school_name}

已加入其他战队

+ >{item.enrollable === false ? "" : "已加入其他战队"}

); }