From d4ea8bb4d58ef559efefd6013109c781da428cd6 Mon Sep 17 00:00:00 2001 From: caiyiling <1321909229@qq.com> Date: Thu, 28 Mar 2024 16:24:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A8=E6=8E=A7=E6=8F=90=E7=A4=BA=E6=9B=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../visit/qc-check/components/qualityAssurance.vue | 5 ++++- src/views/trials/trials-panel/visit/qc-check/index.vue | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue index 6021d0b3..7cd75989 100644 --- a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue +++ b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue @@ -1430,8 +1430,11 @@ export default { }) }) } else { + // 没有后续质控任务 this.$emit('getList') - this.$alert('没有后续质控任务') + this.$confirm(this.$t('trials:qcQuality:title:closeQCDialog')).then(() => { + this.$emit('close') + }).catch(()=>{}) } }) } diff --git a/src/views/trials/trials-panel/visit/qc-check/index.vue b/src/views/trials/trials-panel/visit/qc-check/index.vue index 332b6862..3a1081fc 100644 --- a/src/views/trials/trials-panel/visit/qc-check/index.vue +++ b/src/views/trials/trials-panel/visit/qc-check/index.vue @@ -491,6 +491,7 @@ @getList="getList" @nextTask="nextTask" @openManuals="openManuals" + @close="qcVisible = false" />