修改问卷查看
This commit is contained in:
parent
027928f2b7
commit
80914365c0
@ -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){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user