From 45c22dd9264ff6047b50aed24a1d924a066dcb3a Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 30 Jun 2025 13:52:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E4=B8=AA=E6=A0=87=E8=AE=B0=E6=9C=89?= =?UTF-8?q?=E4=B8=A4=E4=B8=AA=E5=B1=9E=E6=80=A7H=E5=92=8CW=EF=BC=8C?= =?UTF-8?q?=E5=BD=93H=E7=BB=91=E5=AE=9A=E9=97=AE=E9=A2=981=E5=90=8E?= =?UTF-8?q?=E3=80=82=E9=97=AE=E9=A2=982=E9=80=9A=E8=BF=87=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=E5=8F=AF=E7=BB=91=E5=AE=9A=E6=A0=87=E8=AE=B0=E7=9A=84?= =?UTF-8?q?W=E5=B1=9E=E6=80=A7=E3=80=82=E4=BD=86=E6=98=AF=E9=80=9A?= =?UTF-8?q?=E8=BF=87=E6=9B=B4=E6=94=B9=E4=B8=8D=E8=83=BD=E7=BB=91=E5=AE=9A?= =?UTF-8?q?=E5=88=B0=E6=A0=87=E8=AE=B0=E7=9A=84W=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms3D/components/customize/QuestionList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c94d222f..4edf9d61 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 @@ -731,7 +731,7 @@ export default { if (currentState === 3) { const conflictIndex = this.questionMarkInfoList.findIndex( item => item.MeasureData.annotationUID === annotation.annotationUID - && item.RowId !== this.operateRowId + && item.RowId !== this.operateRowId && this.operateRowId ) if (conflictIndex > -1) { this.$alert('该标记已绑定到其他行,不能更改绑定!')