diff --git a/src/pages/mediation-page/components/VideoReservationDialog.vue b/src/pages/mediation-page/components/VideoReservationDialog.vue index cbf14ae..9eece57 100644 --- a/src/pages/mediation-page/components/VideoReservationDialog.vue +++ b/src/pages/mediation-page/components/VideoReservationDialog.vue @@ -57,11 +57,13 @@ - + :value="item.identity" + :disabled="(item.identity == '' || item.identity == null) ? true :false" + :title="(item.identity == '' || item.identity == null) ? '没有证件号码不能选择' :false"> @@ -242,7 +244,7 @@ export default { getLitigantByCaseId() { videoTelephone.getLitigantByCaseId(this.eventDialog.caseId).then(res => { if (!res.code) { - // console.log(res, '---getLitigantByCaseId') + console.log(res, '---getLitigantByCaseId') this.litigantsOptions = res; } })