修改
This commit is contained in:
parent
80914365c0
commit
432d4ba332
@ -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) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user