see999 4 years ago
parent
commit
d20827e1e4

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

@@ -210,7 +210,7 @@ export default {
210 210
                         // this.waitingCalled = waitingCalledArr
211 211
                         this.waitingCalledAm = waitingCalledAm
212 212
                         this.waitingCalledPm = waitingCalledPm
213
-                        this.called = calledArr
213
+                        // this.called = calledArr
214 214
                     }else if(res.channel == 'patientCallInfo'){
215 215
                         res.data.patientInfo.create_time = moment(parseInt(res.data.patientInfo.create_time) * 1000).format('HH:mm')
216 216
                         this.fisrtQueueInfo = res.data.patientInfo

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

@@ -179,7 +179,7 @@ export default {
179 179
                     // this.waitingCalled = waitingCalledArr
180 180
                     this.waitingCalledAm = waitingCalledAm
181 181
                     this.waitingCalledPm = waitingCalledPm
182
-                    this.called = calledArr
182
+                    // this.called = calledArr
183 183
                 }else if(res.channel == 'patientCallInfo'){
184 184
                     res.data.patientInfo.create_time = moment(res.data.patientInfo.create_time * 1000).format('HH:mm')
185 185
                     this.fisrtQueueInfo = res.data.patientInfo