合并aliyun

dev_auth
杨树林 6 years ago
parent b97d360cf9
commit 198a61fbf8

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

Loading…
Cancel
Save