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