Преглед изворни кода

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx пре 4 година
родитељ
комит
b9cd9e1cce
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/xt_pages/sign/lineUp.vue

+ 2 - 1
src/xt_pages/sign/lineUp.vue Прегледај датотеку

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