diff --git a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeQuestionTableFormItem.vue b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeQuestionTableFormItem.vue index 42acda72..b6846c4c 100644 --- a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeQuestionTableFormItem.vue +++ b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeQuestionTableFormItem.vue @@ -350,7 +350,7 @@ export default { methods: { numberInput(id,notId = false) { if(notId ) { - this.calculationValue = this.calculationValue.toUpperCase(); + // this.calculationValue = this.calculationValue.toUpperCase(); }else { this.questionForm[id] = this.questionForm[id].toUpperCase(); } diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionTableFormItem.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionTableFormItem.vue index 0be8dc0a..4f2defee 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionTableFormItem.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionTableFormItem.vue @@ -428,7 +428,7 @@ export default { methods: { numberInput(id,notId = false) { if(notId ) { - this.calculationValue = this.calculationValue.toUpperCase(); + // this.calculationValue = this.calculationValue.toUpperCase(); }else { this.questionForm[id] = this.questionForm[id].toUpperCase(); }