From 816d546c2cd8c2c2f81ac225f2eb8830b0769e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=96=8C=E6=9D=B0?= <> Date: Sat, 30 Nov 2024 16:28:22 +0800 Subject: [PATCH] ui --- src/views/doctorCheck/tabletCalling.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/doctorCheck/tabletCalling.vue b/src/views/doctorCheck/tabletCalling.vue index a630dd3..0ffded6 100644 --- a/src/views/doctorCheck/tabletCalling.vue +++ b/src/views/doctorCheck/tabletCalling.vue @@ -653,9 +653,9 @@ export default { return; } - this.queueParams = { - patientRegisterId: this.queueParams.patientRegisterId, - }; + // this.queueParams = { + // patientRegisterId: this.queueParams.patientRegisterId, + // }; this.dataTransOpts.plus.queue++; this.dialogWin.queue = true; }, @@ -669,13 +669,13 @@ export default { // 选择过号人员 rowClickAlready(row) { this.alreadyRow = row; - this.setQueueParams(row) + // this.setQueueParams(row) }, // 选择过号人员 rowClickOver(row) { this.overRow = row; - this.setQueueParams(row) + // this.setQueueParams(row) }, }, };