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

@ -1718,13 +1718,18 @@ class Trainingjobsetting extends Component {
latedeductiontwo:20, latedeductiontwo:20,
}); });
//均分比例 //均分比例
if(this.state.proportion==="均分比例"){ try {
this.Equalproportion(20); if(this.state.proportion==="均分比例"){
this.Equalproportion(20);
}else if(this.state.proportion==="经验值比例"){ }else if(this.state.proportion==="经验值比例"){
this.Empiricalvalueratio(20); this.Empiricalvalueratio(20);
}
}catch (e) {
} }
}else { }else {
this.setState({ this.setState({
flagPageEditsbox:true, flagPageEditsbox:true,

Loading…
Cancel
Save