From 7a52507d276e7a86859f06ceafe4f7f78f3ae171 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 5 Jun 2026 14:58:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=85=E7=89=87=E9=A1=B5=E9=9D=A2=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E5=88=97=E8=A1=A8=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reading/dicoms3D/components/StudyList.vue | 216 +++++++++--------- 1 file changed, 109 insertions(+), 107 deletions(-) diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/StudyList.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/StudyList.vue index ae4e1778..a41a442e 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/StudyList.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/StudyList.vue @@ -10,124 +10,124 @@
- +
+ + @@ -173,6 +173,7 @@ export default { const digitPlaces = Number(localStorage.getItem('digitPlaces')) this.digitPlaces = digitPlaces === -1 ? this.digitPlaces : digitPlaces this.studyList = this.visitTaskInfo.StudyList + console.log(this.studyList) this.annotations = this.visitTaskInfo.Annotations if (this.studyList.length === 0) return this.$nextTick(() => { @@ -201,8 +202,9 @@ export default { this.activeStudyIndex = studyIndex this.activeSeriesIndex = seriesIndex this.activeInstanceId = null - }, + }, activeStudy(id) { + console.log('activeStudy') if (this.activeNames.indexOf(id) > -1) return this.activeNames.push(id) },