diff --git a/src/views/dicom-show/dicom-study.vue b/src/views/dicom-show/dicom-study.vue index 3e7ff009..3955faef 100644 --- a/src/views/dicom-show/dicom-study.vue +++ b/src/views/dicom-show/dicom-study.vue @@ -450,6 +450,7 @@ export default { let index = 0; if (seriesId) { index = this.seriesList.findIndex(item => item.seriesId === seriesId) + this.refreshImage(this.seriesList[index]) } this.$refs.dicomViewer.loadImageStack(this.seriesList[index], this.labels[this.tpCode]) this.firstInstanceId = this.seriesList[index].imageIds[0]