|
@@ -398,6 +398,7 @@ export default {
|
398
|
398
|
}else if(res.channel == 'patientCallInfo'){
|
399
|
399
|
console.log(999999999999,res.data)
|
400
|
400
|
let second = res.data.second
|
|
401
|
+ let newType = res.data.type
|
401
|
402
|
|
402
|
403
|
console.log('执行几次',this.voiceNum)
|
403
|
404
|
if(this.voice == true){
|
|
@@ -420,7 +421,7 @@ export default {
|
420
|
421
|
this.voice = true
|
421
|
422
|
let obj = {
|
422
|
423
|
cmd: "queue/callreturn",
|
423
|
|
- data: {patient_id:this.patient_id},
|
|
424
|
+ data: {patient_id:this.patient_id,type:newType},
|
424
|
425
|
};
|
425
|
426
|
this.websocketSend(obj)
|
426
|
427
|
clearInterval(this.voiceTime);
|