diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionFormItem.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionFormItem.vue index 62716a4f..dc5897f0 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionFormItem.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionFormItem.vue @@ -367,6 +367,7 @@ export default { // if (!v[this.question.Id] || !oldv[this.question.Id]) return // } catch (e) { // } + this.formItemNumberChange(this.question.Id, false) try { if (!v || !v[this.question.Id] || !oldv || !oldv[this.question.Id]) return @@ -376,7 +377,6 @@ export default { if (this.question.Type === 'class') { this.$emit("setFormItemData", { key: this.question.Id, val: v[this.question.Id], question: v }) } - this.formItemNumberChange(this.question.Id, false) } }, readingTaskState: {