dev_forum
杨树明 5 years ago
parent 57f08bd5a6
commit 535030d30f

@ -309,11 +309,14 @@ class CoursesNew extends Component {
};
handleChange=(value)=>{
debugger
this.props.form.setFieldsValue({
// course:value,
course:value,
classroom:value
})
this.setState({
course:value,
})
};
handleSearchschool=(value)=>{

@ -479,8 +479,8 @@ class Trainingjobsetting extends Component {
return;
}
if (this.state.latededuction <= 0) {
this.props.showNotification(`迟交扣分数不能小于等于`);
if (this.state.latededuction <0) {
this.props.showNotification(`迟交扣分数不能小于`);
return;
}

Loading…
Cancel
Save