fix:修复了通话记录显示bug

This commit is contained in:
KindSeven
2024-09-25 03:08:28 +08:00
parent de6ea9a5db
commit 886a59b5fd

View File

@@ -23,6 +23,7 @@ const recordLeftObj = ref({
});
watch(() => props.rowData, async (newVal) => {
recordLeftObj.value.content = []
const info = ref({})
await getHistoryCallContent(newVal).then(data => {
// console.log(data);