diff --git a/src/views/none-dicoms/components/file-viewer.vue b/src/views/none-dicoms/components/file-viewer.vue index c0d762aa..442b523f 100644 --- a/src/views/none-dicoms/components/file-viewer.vue +++ b/src/views/none-dicoms/components/file-viewer.vue @@ -252,8 +252,8 @@ export default { } }, mounted() { - let type = this.$router.currentRoute.query.type ? this.$router.currentRoute.query.type : '' - this.hasAnonymous = type === 'Study' + // let type = this.$router.currentRoute.query.isQcCheck ? this.$router.currentRoute.query.type : '' + this.hasAnonymous = this.$router.currentRoute.query.isQcCheck this.tools = config.customizeStandardsNoneDicom this.trialId = this.$route.query.trialId this.viewportInfos = Array.from({ length: this.cellsMax }, (_, index) => ({