dev_ec
杨树林 6 years ago
parent 1d014940cd
commit 4ca77262f5

@ -1718,6 +1718,7 @@ class Trainingjobsetting extends Component {
latedeductiontwo:20, latedeductiontwo:20,
}); });
//均分比例 //均分比例
try {
if(this.state.proportion==="均分比例"){ if(this.state.proportion==="均分比例"){
this.Equalproportion(20); this.Equalproportion(20);
@ -1725,6 +1726,10 @@ class Trainingjobsetting extends Component {
this.Empiricalvalueratio(20); this.Empiricalvalueratio(20);
} }
}catch (e) {
}
}else { }else {
this.setState({ this.setState({
flagPageEditsbox:true, flagPageEditsbox:true,

Loading…
Cancel
Save