Commit 6643892a by maolipeng

fix:合并代码。。。。

parent fbc45c21
......@@ -717,7 +717,7 @@ class OperatePaper extends Component {
const totalScore = questionList.reduce((prev, cur) => {
return prev + Number(cur.score) || 0;
}, 0);
const passScore = Math.round(totalScore * formData.passRate * 0.01);
this.setState({
selectQuestionList:questionList,
formData: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment