From 41b3a98594fcae20e1861ff1a6419d684484059b Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Wed, 23 Apr 2025 16:59:54 +0800 Subject: [PATCH] =?UTF-8?q?recist1.1=E6=A0=87=E5=87=86bug=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-panel/reading/dicoms3D/components/ReadPage.vue | 1 + .../reading/dicoms3D/components/Recist/QuestionList.vue | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue index a7413714..814651b9 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/ReadPage.vue @@ -1380,6 +1380,7 @@ export default { if (idx === -1) return if (annotations[idx].metadata.toolName === 'ArrowAnnotate') { annotations[idx].data.text = obj.name + annotations[idx].data.label = obj.name } else { annotations[idx].data.label = obj.name } diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/Recist/QuestionList.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/Recist/QuestionList.vue index 88f46c3b..fded34ec 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/Recist/QuestionList.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/Recist/QuestionList.vue @@ -1377,9 +1377,6 @@ export default { this.$set(this.innerFormData[`${obj.tableId}_${obj.rowIndex}`], 'IsLymphNodes', i.val) } else if (i.questionMark === 5) { this.$set(this.innerFormData[`${obj.tableId}_${obj.rowIndex}`], 'LesionOrgan', i.val) - if (innerForm.LesionType === 2) { - this.setNewTargetState(obj.tableId, obj.rowIndex) - } } }) }