From 95097caac2db6c28efc88c397cad5b4868a46900 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Fri, 27 Sep 2024 16:27:43 +0800 Subject: [PATCH] 1 --- src/views/dicom-show/dicom-study.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dicom-show/dicom-study.vue b/src/views/dicom-show/dicom-study.vue index 54b23e29..af11c267 100644 --- a/src/views/dicom-show/dicom-study.vue +++ b/src/views/dicom-show/dicom-study.vue @@ -217,7 +217,7 @@ export default { this.initSeries() } else if (this.type === 'Study') { this.showDelete = parseInt(this.$router.currentRoute.query.showDelete) - this.visitTaskId = this.$router.currentRoute.visitTaskId + this.visitTaskId = this.$route.query.visitTaskId this.loadStudy() } else if (this.type === 'Share') { this.loadStudy()