@@ -252,8 +252,8 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
let type = this.$router.currentRoute.query.type ? this.$router.currentRoute.query.type : ''
|
// let type = this.$router.currentRoute.query.isQcCheck ? this.$router.currentRoute.query.type : ''
|
||||||
this.hasAnonymous = type === 'Study'
|
this.hasAnonymous = this.$router.currentRoute.query.isQcCheck
|
||||||
this.tools = config.customizeStandardsNoneDicom
|
this.tools = config.customizeStandardsNoneDicom
|
||||||
this.trialId = this.$route.query.trialId
|
this.trialId = this.$route.query.trialId
|
||||||
this.viewportInfos = Array.from({ length: this.cellsMax }, (_, index) => ({
|
this.viewportInfos = Array.from({ length: this.cellsMax }, (_, index) => ({
|
||||||
|
|||||||
Reference in New Issue
Block a user