受试者确认访视问题修改
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-24 16:03:58 +08:00
parent 05ff472d01
commit 94af3983f2
3 changed files with 8 additions and 1 deletions

View File

@ -50,4 +50,7 @@
.el-select-dropdown__wrap {
max-height: 350px;
}
.el-checkbox__inner{
border: 1px solid #909399;
}

View File

@ -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();

View File

@ -33,7 +33,7 @@
</el-table>
</el-tab-pane>
<el-tab-pane :label="$t('trials:subject:title:confirmVistList')" name="confirmVistList">
<confirmVistList v-if="activeName === 'confirmVistList'" ref="confirmVisit" :Patient="Patient"
<confirmVistList v-if="activeName === 'confirmVistList'" ref="confirmVisitFromPatientStudy" :Patient="Patient"
:submitMessage="submitMessage" :status="status" :showTitle="false" @close="beforeClosePitentDig" />
</el-tab-pane>
</el-tabs>
@ -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() {