diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionList.vue index 43b57f7a..c94d222f 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionList.vue @@ -280,7 +280,9 @@ export default { this.loading = true var answers = [] for (const k in this.questionForm) { - answers.push({ readingQuestionTrialId: k, answer: this.questionForm[k] }) + if (this.questionForm[k] instanceof Array) {} else { + answers.push({ readingQuestionTrialId: k, answer: this.questionForm[k] }) + } } var params = { data: {