From 511640f66f017a164d795846612d28a32966ec8a Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 12 May 2026 15:12:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E5=89=B2=E6=81=A2=E5=A4=8D=E6=97=B6?= =?UTF-8?q?=E6=B8=85=E9=99=A4=E5=88=86=E5=89=B2=E7=89=87=E6=AE=B5=E5=BC=B9?= =?UTF-8?q?=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-panel/reading/dicoms3D/components/Segmentations.vue | 2 ++ 1 file changed, 2 insertions(+) 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