From d84a86349c87d0522d2b5c1adb18f92e0ec3b83a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=96=8C=E6=9D=B0?= <> Date: Tue, 17 Dec 2024 10:37:16 +0800 Subject: [PATCH] ui --- src/components/doctorCheck/QueueCheckList.vue | 3 +++ src/views/doctorCheck/tabletCalling.vue | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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) }, // 选择过号人员