Jelajahi Sumber

更改查核项目记分逻辑

xieyunhui 2 tahun lalu
induk
melakukan
0716f93aa2
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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) {