diff --git a/src/components/doctorCheck/QueueCheckList.vue b/src/components/doctorCheck/QueueCheckList.vue
index 2d6aa6a..c208b64 100644
--- a/src/components/doctorCheck/QueueCheckList.vue
+++ b/src/components/doctorCheck/QueueCheckList.vue
@@ -423,6 +423,7 @@ export default {
RepatPlayNum: this.queue_play_voice_repeate_times,
Delay: this.queue_play_voice_repeate_interval,
};
+ console.log("叫号 this.$peisAPI.speechSendText",toOutShell)
return this.$peisAPI.speechSendText(JSON.stringify(toOutShell));
})
.catch((err) => {
@@ -563,6 +564,7 @@ export default {
this.waitRow = row;
this.queueParams = {
patientRegisterId: row.patientRegisterId,
+ patientName:row.patientName
};
},
@@ -571,6 +573,7 @@ export default {
this.alreadyRow = row;
this.queueParams = {
patientRegisterId: row.patientRegisterId,
+ patientName:row.patientName
};
},
@@ -583,6 +586,7 @@ export default {
rClick(row, column, event) {
this.queueParams = {
patientRegisterId: row.patientRegisterId,
+ patientName:row.patientName,
state: row.state,
queueRegisterId: row.queueRegisterId
};