分割恢复时清除分割片段弹框
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) {
|
async restoreSegmentationVersion(row) {
|
||||||
try {
|
try {
|
||||||
|
this.popoverId = null
|
||||||
let confirm = await this.$confirm(this.$t('trials:reading:Segmentations:confirm:CurrentDataIsLoss'))
|
let confirm = await this.$confirm(this.$t('trials:reading:Segmentations:confirm:CurrentDataIsLoss'))
|
||||||
if (!confirm) return false
|
if (!confirm) return false
|
||||||
let data = {
|
let data = {
|
||||||
|
|
@ -863,6 +864,7 @@ export default {
|
||||||
},
|
},
|
||||||
async recoverySegmentGroup() {
|
async recoverySegmentGroup() {
|
||||||
try {
|
try {
|
||||||
|
this.popoverId = null
|
||||||
let res = await this.getSegmentationVersionList(this.segmentationId)
|
let res = await this.getSegmentationVersionList(this.segmentationId)
|
||||||
if (!res) return this.$message.warning(this.$t("trials:reading:Segmentations:message:getSegmentationVersionFail"))
|
if (!res) return this.$message.warning(this.$t("trials:reading:Segmentations:message:getSegmentationVersionFail"))
|
||||||
this.visible = true
|
this.visible = true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue