|
|
|
@ -704,6 +704,7 @@ class Trainingjobsetting extends Component {
|
|
|
|
|
shixun_evaluation: this.state.proportion === "均分比例" ? 0 : this.state.proportion === "经验值比例" ? 1 : this.state.proportion === "自定义分值" ? 2 : 0,
|
|
|
|
|
challenge_settings: array,
|
|
|
|
|
score_open: this.state.publicwork,
|
|
|
|
|
total_score:this.state.CalculateMax
|
|
|
|
|
}
|
|
|
|
|
} else {
|
|
|
|
|
// //非统一配置
|
|
|
|
@ -734,6 +735,8 @@ class Trainingjobsetting extends Component {
|
|
|
|
|
shixun_evaluation: this.state.proportion === "均分比例" ? 0 : this.state.proportion === "经验值比例" ? 1 : this.state.proportion === "自定义分值" ? 2 : 0,
|
|
|
|
|
challenge_settings: array,
|
|
|
|
|
score_open: this.state.publicwork,
|
|
|
|
|
total_score:this.state.CalculateMax
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|