From 3e680d0033ede7a2d67f09c7dbad865d1fa7e298 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Tue, 11 Feb 2025 14:39:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E5=BA=8A=E6=95=B0=E6=8D=AE=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E4=BE=9D=E8=B5=96=EF=BC=8C=E6=8E=92=E5=BA=8F=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E6=9E=9A=E4=B8=BE=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../subject/reading-period/components/ClinicalData.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/trials/trials-panel/subject/reading-period/components/ClinicalData.vue b/src/views/trials/trials-panel/subject/reading-period/components/ClinicalData.vue index 787a3dcd..370d2ed0 100644 --- a/src/views/trials/trials-panel/subject/reading-period/components/ClinicalData.vue +++ b/src/views/trials/trials-panel/subject/reading-period/components/ClinicalData.vue @@ -628,7 +628,8 @@ export default { }, mounted() { if (!(this.data.IsVisit || this.data.IsBaseLine)) { - this.clinicalType = this.$d.GetClinicalType[0].value.toString(); + // this.clinicalType = this.$d.GetClinicalType[0].value.toString(); + this.clinicalType = '1'; } else { this.getList(true); }