删除分组后,会出现分段的气泡窗口
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b2a9f279a1
commit
91386589ae
|
|
@ -127,7 +127,7 @@
|
||||||
</el-switch>
|
</el-switch>
|
||||||
<span style="margin-left: 5px;">{{
|
<span style="margin-left: 5px;">{{
|
||||||
$t('trials:reading:Segmentations:title:InactiveSegmentationsShow')
|
$t('trials:reading:Segmentations:title:InactiveSegmentationsShow')
|
||||||
}}</span>
|
}}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<template v-if="segmentList.length > 0">
|
<template v-if="segmentList.length > 0">
|
||||||
|
|
@ -886,6 +886,7 @@ export default {
|
||||||
},
|
},
|
||||||
// 删除分割分组
|
// 删除分割分组
|
||||||
async delSegmentGroup() {
|
async delSegmentGroup() {
|
||||||
|
this.popoverId = null
|
||||||
let confirm = await this.$confirm(this.$t('trials:reading:Segmentations:confirm:delSegmentions'))
|
let confirm = await this.$confirm(this.$t('trials:reading:Segmentations:confirm:delSegmentions'))
|
||||||
if (!confirm) return false
|
if (!confirm) return false
|
||||||
let res = await this.deleteSegmentation(this.segmentationId)
|
let res = await this.deleteSegmentation(this.segmentationId)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue