diff --git a/src/pages/mediation-page/components/MediationRoom.vue b/src/pages/mediation-page/components/MediationRoom.vue index 78a4043..f2e0bac 100644 --- a/src/pages/mediation-page/components/MediationRoom.vue +++ b/src/pages/mediation-page/components/MediationRoom.vue @@ -749,15 +749,14 @@ export default { // 未接来电 missedCallList() { voiceCall.notAnswerList({}).then(res => { - console.log(res, ' ') this.missedCallData.list = res; - this.missedCallData.list = [ - { - contact: '唐 138', - createAt: 1737441082000, - phone: '13882832314' - } - ] + // this.missedCallData.list = [ + // { + // contact: '唐 138', + // createAt: 1737441082000, + // phone: '13882832314' + // } + // ] }) }, }