see999 4 years ago
parent
commit
14146823cc

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

@@ -192,6 +192,7 @@ export default {
192 192
                     }else if(res.channel == 'patientCallInfo'){
193 193
                         res.data.patientInfo.create_time = moment(parseInt(res.data.patientInfo.create_time) * 1000).format('HH:mm')
194 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,6 +167,7 @@ export default {
167 167
                 }else if(res.channel == 'patientCallInfo'){
168 168
                     res.data.patientInfo.create_time = moment(res.data.patientInfo.create_time * 1000).format('HH:mm')
169 169
                     this.fisrtQueueInfo = res.data.patientInfo
170
+                    this.newFisrtQueueInfo = res.data.patientInfo
170 171
                 }
171 172
             }
172 173
         },