分割恢复时清除分割片段弹框
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
c26f5df102
commit
511640f66f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue