From a8065ac7571f15a0f9cee697792ec9fa2688f8ea Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 27 Jun 2025 15:33:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E6=A0=87=E5=87=86?= =?UTF-8?q?=EF=BC=8C=E6=8F=90=E4=BA=A4=E9=98=85=E7=89=87=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=E6=97=B6=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms3D/components/customize/QuestionList.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: {