diff --git a/src/components/doctorCheck/QueueCheckList.vue b/src/components/doctorCheck/QueueCheckList.vue index e59c5ae..0bb49d6 100644 --- a/src/components/doctorCheck/QueueCheckList.vue +++ b/src/components/doctorCheck/QueueCheckList.vue @@ -542,6 +542,9 @@ export default { // 选择过号人员 rowClickAlready(row) { this.alreadyRow = row; + this.queueParams = { + patientRegisterId: row.patientRegisterId, + }; }, // 选择过号人员 diff --git a/src/views/doctorCheck/tabletCalling.vue b/src/views/doctorCheck/tabletCalling.vue index 0ffded6..c981eb0 100644 --- a/src/views/doctorCheck/tabletCalling.vue +++ b/src/views/doctorCheck/tabletCalling.vue @@ -669,7 +669,7 @@ export default { // 选择过号人员 rowClickAlready(row) { this.alreadyRow = row; - // this.setQueueParams(row) + this.setQueueParams(row) }, // 选择过号人员