受试者确认访视问题修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
05ff472d01
commit
94af3983f2
|
@ -50,4 +50,7 @@
|
||||||
|
|
||||||
.el-select-dropdown__wrap {
|
.el-select-dropdown__wrap {
|
||||||
max-height: 350px;
|
max-height: 350px;
|
||||||
|
}
|
||||||
|
.el-checkbox__inner{
|
||||||
|
border: 1px solid #909399;
|
||||||
}
|
}
|
|
@ -312,6 +312,7 @@ export default {
|
||||||
if (res.IsSuccess) {
|
if (res.IsSuccess) {
|
||||||
this.list = res.Result;
|
this.list = res.Result;
|
||||||
// this.total = res.Result.TotalCount;
|
// this.total = res.Result.TotalCount;
|
||||||
|
this.getSubjectVisitSelectList()
|
||||||
if (flag) {
|
if (flag) {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.handleAllSelect();
|
this.handleAllSelect();
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
</el-table>
|
</el-table>
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
<el-tab-pane :label="$t('trials:subject:title:confirmVistList')" name="confirmVistList">
|
<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" />
|
:submitMessage="submitMessage" :status="status" :showTitle="false" @close="beforeClosePitentDig" />
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
</el-tabs>
|
</el-tabs>
|
||||||
|
@ -80,6 +80,9 @@ export default {
|
||||||
this.submitMessage.ResearchProgramNo = this.$route.query.researchProgramNo
|
this.submitMessage.ResearchProgramNo = this.$route.query.researchProgramNo
|
||||||
this.submitMessage.SubjectId = this.SubjectId
|
this.submitMessage.SubjectId = this.SubjectId
|
||||||
this.Patient.PatientId = this.list.map(item => item.PatientId)
|
this.Patient.PatientId = this.list.map(item => item.PatientId)
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.$refs.confirmVisitFromPatientStudy.getList()
|
||||||
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
beforeClosePitentDig() {
|
beforeClosePitentDig() {
|
||||||
|
|
Loading…
Reference in New Issue