From 94af3983f27594e5f599434b6ff4ec589e85f6d5 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 24 Sep 2025 16:03:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=97=E8=AF=95=E8=80=85=E7=A1=AE=E8=AE=A4?= =?UTF-8?q?=E8=AE=BF=E8=A7=86=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/element-ui.scss | 3 +++ .../trials-inspection/components/confirm-visit-list.vue | 1 + .../subject/subject-list/components/patient-study-list.vue | 5 ++++- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss index 3a98626..49c288c 100644 --- a/src/styles/element-ui.scss +++ b/src/styles/element-ui.scss @@ -50,4 +50,7 @@ .el-select-dropdown__wrap { max-height: 350px; +} +.el-checkbox__inner{ + border: 1px solid #909399; } \ No newline at end of file diff --git a/src/views/trials/trials-inspection/components/confirm-visit-list.vue b/src/views/trials/trials-inspection/components/confirm-visit-list.vue index 9239d00..ed820cd 100644 --- a/src/views/trials/trials-inspection/components/confirm-visit-list.vue +++ b/src/views/trials/trials-inspection/components/confirm-visit-list.vue @@ -312,6 +312,7 @@ export default { if (res.IsSuccess) { this.list = res.Result; // this.total = res.Result.TotalCount; + this.getSubjectVisitSelectList() if (flag) { this.$nextTick(() => { this.handleAllSelect(); diff --git a/src/views/trials/trials-panel/subject/subject-list/components/patient-study-list.vue b/src/views/trials/trials-panel/subject/subject-list/components/patient-study-list.vue index 4ff8e52..641524a 100644 --- a/src/views/trials/trials-panel/subject/subject-list/components/patient-study-list.vue +++ b/src/views/trials/trials-panel/subject/subject-list/components/patient-study-list.vue @@ -33,7 +33,7 @@ - @@ -80,6 +80,9 @@ export default { this.submitMessage.ResearchProgramNo = this.$route.query.researchProgramNo this.submitMessage.SubjectId = this.SubjectId this.Patient.PatientId = this.list.map(item => item.PatientId) + this.$nextTick(() => { + this.$refs.confirmVisitFromPatientStudy.getList() + }) } }, beforeClosePitentDig() {