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

uat_us
wangxiaoshuang 2026-04-27 16:14:43 +08:00
parent 7dcc524bd3
commit 5cbd13cc3d
1 changed files with 2 additions and 1 deletions

View File

@ -127,7 +127,7 @@
</el-switch>
<span style="margin-left: 5px;">{{
$t('trials:reading:Segmentations:title:InactiveSegmentationsShow')
}}</span>
}}</span>
</div>
</div>
<template v-if="segmentList.length > 0">
@ -1036,6 +1036,7 @@ export default {
},
// SEG
exportSegmentGroup() {
this.popoverVisible = false
let group = this.segmentList.find(item => item.segmentationId === this.segmentationId)
this.exportSegmentation(this.segmentationId, group, true)
},