呼出成功弹出沟通记录

This commit is contained in:
张运江 2025-01-17 17:08:55 +08:00
parent fbffd2b886
commit d530d50aeb
2 changed files with 8 additions and 2 deletions

View File

@ -456,6 +456,10 @@ export default {
this.getmediate_record(1)
});
}).catch(() => {});
},
openRecordDialog(obj) {
this.visiblemediatRecord = true;
this.visiblemediatRecordObj = obj;
}
}
};

View File

@ -109,7 +109,7 @@
</div>
<!-- 中间数据 -->
<LayoutContentNew :caseId="caseId" />
<LayoutContentNew ref="layoutContent" :caseId="caseId" />
</div>
@ -399,7 +399,7 @@ export default {
console.log('监听挂断事件', options)
that.calling = false
that.resetTimer()
const that = that.nextCall()
that.nextCall()
})
},
beforeDestroy() {
@ -576,6 +576,8 @@ export default {
try {
let res = await api.callingSuccess({caseId: this.caseId})
console.log('呼叫成功请求接口==callingSuccess', res)
this.getmediate_record()
this.$refs.layoutContent.openRecordDialog(res.data);
} catch (err) { }
},
//