diff --git a/src/components/clinicalDataQuestions/components/QuestionFormItem.vue b/src/components/clinicalDataQuestions/components/QuestionFormItem.vue index 3c63aec3..dd81b379 100644 --- a/src/components/clinicalDataQuestions/components/QuestionFormItem.vue +++ b/src/components/clinicalDataQuestions/components/QuestionFormItem.vue @@ -410,7 +410,9 @@ export default { } catch (e) { console.log(e) } - console.log(num) + if (rules.DigitPlaces) { + num = num.toFixed(rules.DigitPlaces) + } return num }, formItemNumberChange(questionId, isTable) {