1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
7dcc524bd3
commit
5cbd13cc3d
|
|
@ -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)
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue