From 632463327c30f230d46cfa2b93eb7e3e66550959 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 13 May 2026 09:46:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E5=B8=A7=E5=83=8F=E7=B4=A0=E5=8C=BF?= =?UTF-8?q?=E5=90=8D=E5=92=8C=E5=85=B6=E4=BB=96=E5=BD=B1=E5=83=8F=E5=85=A8?= =?UTF-8?q?=E5=BA=8F=E5=88=97=E5=BA=94=E7=94=A8=E5=8C=BF=E5=90=8D=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E6=9B=B4=E6=96=B0=E7=BC=A9=E7=95=A5=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dicom-show/dicom-study.vue | 1 + 1 file changed, 1 insertion(+) 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]