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