This commit is contained in:
shidongli 2024-12-27 09:38:34 +08:00
parent 80914365c0
commit 432d4ba332

View File

@ -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) => {