Merge branch 'master' of https://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

dev_forum
杨树林 5 years ago
commit 7033912fd2

@ -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