标记缓存修改
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-05-13 15:24:32 +08:00
parent fb68892cd4
commit 39f7ba7181
2 changed files with 3 additions and 2 deletions

View File

@ -244,7 +244,7 @@ export default {
this.imageInfo.size = `${imagePlaneModule.columns}*${imagePlaneModule.rows}`
this.imageInfo.location = imagePlaneModule.sliceLocation
this.getOrientationMarker()
this.$emit('renderAnnotations', this.series)
// this.$emit('renderAnnotations', this.series)
let properties = viewport.getProperties()
if (this.isFusion) {
properties = viewport.getProperties(this.ptVolumeId)

View File

@ -2736,7 +2736,8 @@ export default {
this.loading = true
this.loadingText = this.$t('trials:lugano:message:loadVolumes')
this.resetAnnotation = true
cornerstoneTools.annotation.state.removeAllAnnotations()
// console.log(cornerstoneTools.annotation.state.getAllAnnotations(),'cornerstoneTools.annotation.state')
// cornerstoneTools.annotation.state.removeAllAnnotations()
this.renderedTaskIds = []
if ( this.verifyFusionData(ct, pt) ) {
this.loading = false