From 4058bddd21a312bb23925a3aa29e12008d93068d Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 14 Jun 2024 10:49:16 +0800 Subject: [PATCH] =?UTF-8?q?qc=E6=8E=92=E9=99=A4=E4=B8=BA=E7=A9=BA=E7=9A=84?= =?UTF-8?q?=E4=B8=B4=E5=BA=8A=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-panel/visit/qc-check/components/clinicalData.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/visit/qc-check/components/clinicalData.vue b/src/views/trials/trials-panel/visit/qc-check/components/clinicalData.vue index 918243d4..5494aa4b 100644 --- a/src/views/trials/trials-panel/visit/qc-check/components/clinicalData.vue +++ b/src/views/trials/trials-panel/visit/qc-check/components/clinicalData.vue @@ -257,7 +257,8 @@ export default { subjectVisitId: this.subjectVisitId, trialId: this.$route.query.trialId, subjectId: this.subjectId, - isBaseLine: this.data.IsBaseLine + isBaseLine: this.data.IsBaseLine, + FilterNoneForm: true } getCRCClinicalData(param).then(res => { this.clinicalDatas = res.Result