see999 4 years ago
parent
commit
14146823cc

+ 1 - 0
src/xt_pages/sign/components/beforeDialysisCalling.vue View File

192
                     }else if(res.channel == 'patientCallInfo'){
192
                     }else if(res.channel == 'patientCallInfo'){
193
                         res.data.patientInfo.create_time = moment(parseInt(res.data.patientInfo.create_time) * 1000).format('HH:mm')
193
                         res.data.patientInfo.create_time = moment(parseInt(res.data.patientInfo.create_time) * 1000).format('HH:mm')
194
                         this.fisrtQueueInfo = res.data.patientInfo
194
                         this.fisrtQueueInfo = res.data.patientInfo
195
+                        this.newFisrtQueueInfo = res.data.patientInfo
195
                     }
196
                     }
196
                 
197
                 
197
             }
198
             }

+ 1 - 0
src/xt_pages/sign/components/computerCalling.vue View File

167
                 }else if(res.channel == 'patientCallInfo'){
167
                 }else if(res.channel == 'patientCallInfo'){
168
                     res.data.patientInfo.create_time = moment(res.data.patientInfo.create_time * 1000).format('HH:mm')
168
                     res.data.patientInfo.create_time = moment(res.data.patientInfo.create_time * 1000).format('HH:mm')
169
                     this.fisrtQueueInfo = res.data.patientInfo
169
                     this.fisrtQueueInfo = res.data.patientInfo
170
+                    this.newFisrtQueueInfo = res.data.patientInfo
170
                 }
171
                 }
171
             }
172
             }
172
         },
173
         },