From b2119c3acd7395428a7910fedc0f378929ed608c Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 24 Dec 2025 17:06:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E9=97=AE=E9=A2=98=E6=A0=87?= =?UTF-8?q?=E8=AE=B0=E7=BB=91=E5=AE=9A=E6=97=B6=E6=9C=AA=E8=A7=A6=E5=8F=91?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E8=AE=A1=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms3D/components/customize/QuestionFormItem.vue | 1 + 1 file changed, 1 insertion(+) 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 a7102075..f798b8cd 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 @@ -1240,6 +1240,7 @@ export default { } const val = this.getAnnotationProp(item.MeasureData, item.ImageToolAttribute) this.$set(this.QuestionsForm, item.TableQuestionId, val) + this.formItemTableNumberChange() }) }, getAnnotationProp(annotation, prop) {