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

uat
caiyiling 2025-04-28 17:37:34 +08:00
parent ecaca550ab
commit f499557c01
1 changed files with 3 additions and 3 deletions

View File

@ -206,9 +206,9 @@ export default {
// this.imageInfo.wwwc = `${Math.round(detail.image.windowWidth)}/${Math.round(detail.image.windowCenter)}` // this.imageInfo.wwwc = `${Math.round(detail.image.windowWidth)}/${Math.round(detail.image.windowCenter)}`
this.getOrientationMarker() this.getOrientationMarker()
this.$emit('renderAnnotations', this.series) this.$emit('renderAnnotations', this.series)
const toolGroupId = `viewport-${this.viewportIndex}` // const toolGroupId = `viewport-${this.viewportIndex}`
const toolGroup = ToolGroupManager.getToolGroup(toolGroupId) // const toolGroup = ToolGroupManager.getToolGroup(toolGroupId)
toolGroup.setToolEnabled('ScaleOverlay') // toolGroup.setToolEnabled('ScaleOverlay')
}, },
voiModified(e) { voiModified(e) {
const renderingEngine = getRenderingEngine(this.renderingEngineId) const renderingEngine = getRenderingEngine(this.renderingEngineId)