Browse Source

queue

master
pengjun 11 months ago
parent
commit
0a98eceb23
  1. 1
      src/components/queue/Queue.vue

1
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) {

Loading…
Cancel
Save