From 11000ef9f874108c787a1cd1cebb089d5c8fa0ec Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 16 Apr 2026 13:42:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=BD=AE=E9=97=AE=E9=A2=98=E6=97=B6?= =?UTF-8?q?=E6=B8=85=E7=A9=BA=E9=97=AE=E9=A2=98=E4=B8=8E=E5=88=86=E5=89=B2?= =?UTF-8?q?=E6=A0=87=E8=AE=B0=E7=BB=91=E5=AE=9A=E5=85=B3=E7=B3=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms3D/components/customize/QuestionList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionList.vue index 0cd99a59..7c99c2fb 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/customize/QuestionList.vue @@ -1357,6 +1357,7 @@ export default { await this.getQuestionCalculateRelation() await this.getQuestions(true) this.$emit('resetAnnotations', this.visitTaskId) + this.initSegmentBinding() this.$nextTick(() => { this.rerender = true })