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

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

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

Loading…
Cancel
Save