分割恢复时清除分割片段弹框
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2026-05-12 15:12:06 +08:00
parent c26f5df102
commit 511640f66f
1 changed files with 2 additions and 0 deletions

View File

@ -797,6 +797,7 @@ export default {
},
async restoreSegmentationVersion(row) {
try {
this.popoverId = null
let confirm = await this.$confirm(this.$t('trials:reading:Segmentations:confirm:CurrentDataIsLoss'))
if (!confirm) return false
let data = {
@ -863,6 +864,7 @@ export default {
},
async recoverySegmentGroup() {
try {
this.popoverId = null
let res = await this.getSegmentationVersionList(this.segmentationId)
if (!res) return this.$message.warning(this.$t("trials:reading:Segmentations:message:getSegmentationVersionFail"))
this.visible = true