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() {