@ -309,11 +309,14 @@ class CoursesNew extends Component {
};
handleChange=(value)=>{
debugger
this.props.form.setFieldsValue({
// course:value,
course:value,
classroom:value
})
this.setState({
handleSearchschool=(value)=>{
@ -479,8 +479,8 @@ class Trainingjobsetting extends Component {
return;
}
if (this.state.latededuction <= 0) {
if (this.state.latededuction <0) {
this.props.showNotification(`迟交扣分数不能小于等于零`);
this.props.showNotification(`迟交扣分数不能小于零`);