see999 4 년 전
부모
커밋
14146823cc
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/xt_pages/sign/components/beforeDialysisCalling.vue
  2. 1 0
      src/xt_pages/sign/components/computerCalling.vue

+ 1 - 0
src/xt_pages/sign/components/beforeDialysisCalling.vue 파일 보기

@@ -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 파일 보기

@@ -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
         },