分割标记重命名问题修改
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2026-03-25 14:03:04 +08:00
parent 674d483cbf
commit 0a288b9f47
2 changed files with 6 additions and 5 deletions

View File

@ -728,6 +728,7 @@ export default {
},
async rename(key, item) {
let name = await this.customPrompt()
if (!name) return false
if (key === 'segmentGroup') {
let group = this.segmentList.find(i => i.segmentationId === this.segmentationId)
group.name = name

View File

@ -279,7 +279,7 @@ export default {
this.imageInfo.location = imagePlaneModule.sliceLocation
this.imageInfo.total = detail.numberOfSlices
this.getOrientationMarker()
// this.$emit('renderAnnotations', this.series)
this.$emit('renderAnnotations', this.series)
let properties = viewport.getProperties()
if (this.isFusion) {
properties = viewport.getProperties(this.ptVolumeId)