diff --git a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeReportPage.vue b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeReportPage.vue index fc271858..d972e2d6 100644 --- a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeReportPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeReportPage.vue @@ -85,7 +85,7 @@ + v-else-if="questionForm[scope.row.QuestionId] instanceof Array && (scope.row.Type === 'select' || scope.row.Type === 'radio')"> {{ questionForm[scope.row.QuestionId][scope.row.xfIndex][scope.row.TableQuestionId] }} { this.$set(this.taskQuestions, this.taskQuestions.length, item) }) + console.log(this.taskQuestions,'this.taskQuestions') this.visitTaskList = res.Result.VisitTaskList this.InitVisitTaskQuestionForm() this.handleResize()