Merge branch 'main' into 'stg'
修改bug See merge request cloud-mediate/mediate-manage-web!112
This commit is contained in:
commit
228160acf3
@ -462,6 +462,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
await this.callingCaseList() //案件列表
|
await this.callingCaseList() //案件列表
|
||||||
}
|
}
|
||||||
|
this.videoCall()
|
||||||
this.videoCallInterval = setInterval(() => {
|
this.videoCallInterval = setInterval(() => {
|
||||||
console.log('进入videoCall---------setInterval')
|
console.log('进入videoCall---------setInterval')
|
||||||
this.videoCall()
|
this.videoCall()
|
||||||
@ -534,7 +535,7 @@ export default {
|
|||||||
api.videoCall({}).then(res => {
|
api.videoCall({}).then(res => {
|
||||||
console.log('视频提前提醒:',res)
|
console.log('视频提前提醒:',res)
|
||||||
if (!res.code) {
|
if (!res.code) {
|
||||||
this.videoReminderData = res ? JSON.parse(res) : {}
|
this.videoReminderData = res ? res : {}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user