From 2a016cf5f63357bb2cea28035907305b86ee04fe Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Thu, 26 Sep 2024 15:12:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E6=A0=87=E5=87=86?= =?UTF-8?q?=E9=98=85=E7=89=87=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms/customize/CustomizeQuestionsPreview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeQuestionsPreview.vue b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeQuestionsPreview.vue index cd6aa01c..db9855ae 100644 --- a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeQuestionsPreview.vue +++ b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeQuestionsPreview.vue @@ -82,7 +82,7 @@ export default { var answers = [] for (const k in this.questionForm) { if (this.questionForm[k] instanceof Array) {} else { - answers.push({ id: k, answer: this.questionForm[k].toString() }) + answers.push({ id: k, answer: this.questionForm[k] }) } } var params = {