From 4db4aed4dd3e9b5edd3bb33a171da72bb95bd24a Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Wed, 4 Sep 2024 13:15:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BB=E5=AD=A6=E5=AE=A1=E6=A0=B8=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E9=85=8D=E7=BD=AE=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials/trials-panel/setting/medical-audit/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/trials/trials-panel/setting/medical-audit/index.vue b/src/views/trials/trials-panel/setting/medical-audit/index.vue index 19a12d90..bab12043 100644 --- a/src/views/trials/trials-panel/setting/medical-audit/index.vue +++ b/src/views/trials/trials-panel/setting/medical-audit/index.vue @@ -84,7 +84,7 @@ { this.loading = false }) }, @@ -503,7 +503,7 @@ export default { // 确认前签名 handleConfirm() { - if (this.otherInfo.QuestionCount === 0) { + if (!this.otherInfo.IsHaveQuestion) { // '请先配置医学审核问题再进行确认!' this.$alert(this.$t('trials:medicalFeedbackCfg:message:msg1')) return