dev_cs_new
杨树明 6 years ago
parent eb5b1aa6f9
commit 981be28c66

@ -75,6 +75,7 @@ class Addcourses extends Component{
if(e.target.checked===true){ if(e.target.checked===true){
this.setState({ this.setState({
assistant_professor:1, assistant_professor:1,
professor:null,
Checkboxteachingchecked:e.target.checked, Checkboxteachingchecked:e.target.checked,
Checkboxteachertype:true Checkboxteachertype:true
}) })
@ -95,6 +96,7 @@ class Addcourses extends Component{
if(e.target.checked===true){ if(e.target.checked===true){
this.setState({ this.setState({
professor:1, professor:1,
assistant_professor:null,
Checkboxteacherchecked:e.target.checked, Checkboxteacherchecked:e.target.checked,
Checkboxteachingtype:true Checkboxteachingtype:true
}) })

Loading…
Cancel
Save