diff --git a/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue b/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue index e4d1ab00..daa39109 100644 --- a/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue +++ b/src/views/trials/trials-panel/reading/dicoms3D/components/Segmentations.vue @@ -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