1
continuous-integration/drone/push Build is passing Details

uat_us
caiyiling 2026-03-30 10:57:27 +08:00
parent fdc2bc5f8a
commit a987ac086b
1 changed files with 8 additions and 1 deletions

View File

@ -282,6 +282,13 @@ export default {
this.imageInfo.location = imagePlaneModule.sliceLocation
this.imageInfo.total = detail.numberOfSlices
this.getOrientationMarker()
let annotations = cornerstoneTools.annotation.state.getAllAnnotations().filter(item => item.metadata.toolName !== 'ScaleOverlay' && item.metadata.volumeId !== this.volumeId && !item.metadata.segmentationId)
// console.log(annotations, 'annotations')
annotations.forEach(item => {
cornerstoneTools.annotation.state.removeAnnotation(item.annotationUID)
})
this.$emit('renderAnnotations', this.series)
let properties = viewport.getProperties()
if (this.isFusion) {