From c31a92fbaa26e71486e19e1e6fceddae567a4308 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 21 Mar 2024 14:45:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=B1=E5=83=8F=E8=B4=A8=E6=8E=A7=E6=97=A0?= =?UTF-8?q?=E5=90=8E=E7=BB=AD=E4=BB=BB=E5=8A=A1=E5=88=B7=E6=96=B0=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-panel/visit/qc-check/components/qualityAssurance.vue | 1 + 1 file changed, 1 insertion(+) 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 bfd8d2f9..6021d0b3 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,6 +1430,7 @@ export default { }) }) } else { + this.$emit('getList') this.$alert('没有后续质控任务') } })