From f045f68115a000e48e04b3f47d9924ca53267b81 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 22 May 2025 14:06:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E8=87=B4=E6=80=A7=E6=A0=B8=E6=9F=A5?= =?UTF-8?q?=E5=9B=9E=E5=A4=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../consistency-check/components/consistencyCheckForm.vue | 4 ++-- .../visit/consistency-check/components/crcSendMessageNew.vue | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/trials/trials-panel/visit/consistency-check/components/consistencyCheckForm.vue b/src/views/trials/trials-panel/visit/consistency-check/components/consistencyCheckForm.vue index eede1052..bd1ab57c 100644 --- a/src/views/trials/trials-panel/visit/consistency-check/components/consistencyCheckForm.vue +++ b/src/views/trials/trials-panel/visit/consistency-check/components/consistencyCheckForm.vue @@ -81,10 +81,10 @@ > {{ $t('trials:consistencyCheck:button:sendMessage') }} - + !item.IsCheck)) { - confirm = await this.$confirm(this.$t('trials:consistencyCheck:title:confirm')) + confirm = await this.$confirm(this.$t('trials:consistencyCheck:title:confirm'), '', { + showConfirmButton: false + }) } if (!confirm) return false var TalkContent = ''