删除分组后,会出现分段的气泡窗口
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2026-04-27 11:16:03 +08:00
parent b2a9f279a1
commit 91386589ae
1 changed files with 2 additions and 1 deletions

View File

@ -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)