Procházet zdrojové kódy

更改查核项目记分逻辑

xieyunhui před 2 roky
rodič
revize
0716f93aa2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      pages/mainPointsDetail/mainPointsDetail.vue

+ 1 - 1
pages/mainPointsDetail/mainPointsDetail.vue

@@ -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) {