dev_new_shixunsrepository
杨树林 5 years ago
parent bfd6873c57
commit 9f6e038a3a

@ -413,6 +413,10 @@ class Itembankstop extends Component {
}
NewknTypedeldel=(bool)=>{
if(this.state.rbkc===undefined || this.state.rbkc===null || this.state.rbkc===""){
this.props.showNotification(`请选择课程方向`);
return;
}
this.setState({
NewknTypedel:bool
})
@ -431,10 +435,6 @@ class Itembankstop extends Component {
return
}
if(this.state.rbkc===undefined || this.state.rbkc===null || this.state.rbkc===""){
this.props.showNotification(`请选择课程方向`);
return;
}
var data={
name:value,
sub_discipline_id:this.state.rbkc[1]

Loading…
Cancel
Save