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) },