From 80914365c0297b5869df757181158bf106791360 Mon Sep 17 00:00:00 2001 From: shidongli Date: Fri, 27 Dec 2024 09:30:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E5=8D=B7=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/Satisfactionsurvey/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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){