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()