|
|
|
@ -1161,6 +1161,7 @@ class Trainingjobsetting extends Component {
|
|
|
|
|
}
|
|
|
|
|
//总比分
|
|
|
|
|
Totalscorecalculation = (value) => {
|
|
|
|
|
|
|
|
|
|
if (value === "" || value === undefined) {
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
@ -1236,6 +1237,8 @@ class Trainingjobsetting extends Component {
|
|
|
|
|
} else if (this.state.proportion === "经验值比例") {
|
|
|
|
|
this.Empiricalvalueratio(value, this.state.CalculateMax, true);
|
|
|
|
|
|
|
|
|
|
} else if (this.state.proportion === "自定义分值") {
|
|
|
|
|
this.Calculatethetotalscore(value, this.state.challenge_settings);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|