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 3163f2c9..251666fd 100644 --- a/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeQuestionTableFormItem.vue +++ b/src/views/trials/trials-panel/reading/dicoms/customize/CustomizeQuestionTableFormItem.vue @@ -488,7 +488,8 @@ export default { return num.toFixed(this.digitPlaces) }, formItemNumberChange(v, question) { - this.$emit('formItemTableNumberChange', v, question) + this.$emit('formItemTableNumberChange') + this.$emit('setFormItemData', { key: question.Id, val: v, question: question }) // this.$emit('formItemTableNumberChange', v, question) }, resetChild(obj) {