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 = {