see999 4 lat temu
rodzic
commit
80fe4e3f62
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      src/xt_pages/sign/lineUp.vue

+ 2 - 1
src/xt_pages/sign/lineUp.vue Wyświetl plik

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