fix:修复了通话记录显示bug
This commit is contained in:
@@ -23,6 +23,7 @@ const recordLeftObj = ref({
|
|||||||
});
|
});
|
||||||
|
|
||||||
watch(() => props.rowData, async (newVal) => {
|
watch(() => props.rowData, async (newVal) => {
|
||||||
|
recordLeftObj.value.content = []
|
||||||
const info = ref({})
|
const info = ref({})
|
||||||
await getHistoryCallContent(newVal).then(data => {
|
await getHistoryCallContent(newVal).then(data => {
|
||||||
// console.log(data);
|
// console.log(data);
|
||||||
|
|||||||
Reference in New Issue
Block a user