|
|
@@ -432,7 +432,7 @@
|
|
|
.split(',') : [];
|
|
|
this.Index = res.checkResult;
|
|
|
this.totalScore = res.totalScore;
|
|
|
- this.currentScore = res.score;
|
|
|
+ this.currentScore = res.checkResult?res.score:res.totalScore;
|
|
|
this.deductPoint = res.deductPoint;
|
|
|
this.moreDeduction = res.moreDeduction;
|
|
|
if (res.checkResultRequestList && res.checkResultRequestList.length > 0) {
|