From f8ab8e8eeaf9f6f61e7d7baf859d80e4785e5570 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 9 May 2024 15:46:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BF=E8=A7=86=E4=BF=AE=E6=94=B915=E5=A4=A9?= =?UTF-8?q?=E6=A0=A1=E9=AA=8C=E5=BC=B9=E7=AA=97=E6=B7=BB=E5=8A=A0=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/visitSelect/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/visitSelect/index.vue b/src/components/visitSelect/index.vue index 49fbb9b..773caed 100644 --- a/src/components/visitSelect/index.vue +++ b/src/components/visitSelect/index.vue @@ -121,7 +121,7 @@ export default { this.$t("trials:uploadDicomList:label:prompt"), { type: "warning", - showCancelButton: false, + // showCancelButton: false, } ) .then(() => { @@ -133,7 +133,7 @@ export default { this.$emit("putVisit", data); }) .catch((err) => { - this.visit = this.modelData; + this.visit = this.modelData; }); return false; }