diff --git a/src/views/manage/Satisfactionsurvey/index.vue b/src/views/manage/Satisfactionsurvey/index.vue index 23b093e..83a84d1 100644 --- a/src/views/manage/Satisfactionsurvey/index.vue +++ b/src/views/manage/Satisfactionsurvey/index.vue @@ -705,7 +705,11 @@ export default { async questionlook(row) { // this.totalScoredata=0, await selectPatientQuestionSubmit(row.taskExecuteRecordId).then((res) => { - this.questiondata = res.data; + res.data.subjectResultList.forEach(e=>{ + e.optionResults.reverse() + + }); + this.questiondata = res.data console.log( this.questiondata,' this.questiondata') this.questiondata.subjectResultList.forEach((e) => { // if(e.whetherScore==1){