diff --git a/src/components/queue/Queue.vue b/src/components/queue/Queue.vue index 49d8c4d..75e12fb 100644 --- a/src/components/queue/Queue.vue +++ b/src/components/queue/Queue.vue @@ -202,6 +202,7 @@ export default { this.roomsForAsbitem = [] this.curRoomId = '' postapi('/api/app/QueueRegister/GetRoomListByAsbitemId', { + patientRegisterId:this.refParams.patientRegisterId, asbitemId: this.curAsbitemId }).then(res => { if (res.code > -1) {