|
|
@ -145,8 +145,8 @@ class NewWorkForm extends Component{
|
|
|
|
this.props.showNotification('最大人数不能为空');
|
|
|
|
this.props.showNotification('最大人数不能为空');
|
|
|
|
this.props.scrollToAnchor("numberofgroups");
|
|
|
|
this.props.scrollToAnchor("numberofgroups");
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
} else if (max_num <= min_num) {
|
|
|
|
} else if (max_num < min_num) {
|
|
|
|
this.props.showNotification('最大人数不能小于等于最小人数');
|
|
|
|
this.props.showNotification('最大人数不能小于最小人数');
|
|
|
|
this.props.scrollToAnchor("numberofgroups");
|
|
|
|
this.props.scrollToAnchor("numberofgroups");
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|