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