diff --git a/src/components/infoLiveCall/index.vue b/src/components/infoLiveCall/index.vue index b0b5c83..8574160 100644 --- a/src/components/infoLiveCall/index.vue +++ b/src/components/infoLiveCall/index.vue @@ -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);