diff --git a/src/views/manage/Satisfactionsurvey/index.vue b/src/views/manage/Satisfactionsurvey/index.vue index a42ac83..33c5f15 100644 --- a/src/views/manage/Satisfactionsurvey/index.vue +++ b/src/views/manage/Satisfactionsurvey/index.vue @@ -170,6 +170,22 @@ + + + + + +
@@ -219,7 +235,7 @@ /> + + + + +
-
总分:{{ totalScoredata }}分
+
总分:{{ questiondata.totalScore }}分
{ this.questiondata = res.data; + console.log( this.questiondata,' this.questiondata') this.questiondata.subjectResultList.forEach((e) => { - if(e.whetherScore==1){ - e.optionResults.forEach((el) => { - if(el.optionChooseSign=="0"){ - this.totalScoredata += el.optionScore - } - }) - } + // if(e.whetherScore==1){ + // e.optionResults.forEach((el) => { + // if(el.optionChooseSign=="0"){ + // this.totalScoredata += el.optionScore + // } + // }) + // } e.optionResults.forEach((el) => { if ( (el.optionChooseSign == "0" &&