From c34906dc2621f11bfdfda78008297b2795966f45 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 30 Jun 2025 15:39:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=95=BF=E7=9F=AD=E5=BE=84=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E5=BD=B1=E5=83=8F=E6=A0=87=E8=AE=B0=E6=9B=B4=E6=94=B9=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E9=95=BF=E5=BE=84=E5=92=8C=E7=9F=AD=E5=BE=84=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E4=BA=92=E6=8D=A2=E4=BA=86=EF=BC=8C=E7=BB=91=E5=AE=9A?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E7=9A=84=E6=95=B0=E5=80=BC=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E5=AF=B9=E5=BA=94=E8=B0=83=E6=95=B4?= 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 4edf9d61..c507e764 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 @@ -862,6 +862,7 @@ export default { item.MeasureData = annotation const isTableMode = this.isTableQuestion || item.TableQuestionId if (!isTableMode) { + this.imageToolAttribute = null this.setAnswerToQuestion(annotation, item.QuestionId) this.$set(this.questionsMarkStatus, item.QuestionId, questionMarkInfo) continue