From aa8793fab17a17a2299c0ff6d8a040bb76c3fefb Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 30 Jun 2025 14:19:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E6=9C=AA=E5=AE=8C=E6=88=90=E9=98=85?= =?UTF-8?q?=E7=89=87=E6=97=B6=EF=BC=8C=E9=80=80=E5=87=BA=E9=98=85=E7=89=87?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=EF=BC=8C=E5=86=8D=E6=AC=A1=E8=BF=9B=E5=85=A5?= =?UTF-8?q?=E9=98=85=E7=89=87=E9=A1=B5=E9=9D=A2=E6=97=B6=EF=BC=8C=E8=AE=A1?= =?UTF-8?q?=E7=AE=97=E9=97=AE=E9=A2=98=EF=BC=8C=E5=AF=B9=E5=BA=94=E7=9A=84?= =?UTF-8?q?=E5=9B=A0=E6=95=B0=E9=97=AE=E9=A2=98=E6=9C=89=E5=80=BC=EF=BC=8C?= =?UTF-8?q?=E4=BD=86=E6=98=AF=E8=AE=A1=E7=AE=97=E9=97=AE=E9=A2=98=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E8=AE=A1=E7=AE=97=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms3D/components/customize/QuestionFormItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {