像素匿名按钮显示条件修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b7b763651f
commit
2ec96a82f0
|
|
@ -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) => ({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue