From 886a59b5fdb63ac5f0c5367abf79e8b5ab8a802b Mon Sep 17 00:00:00 2001 From: KindSeven <2845382437@qq.com> Date: Wed, 25 Sep 2024 03:08:28 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E4=BA=86?= =?UTF-8?q?=E9=80=9A=E8=AF=9D=E8=AE=B0=E5=BD=95=E6=98=BE=E7=A4=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/infoLiveCall/index.vue | 1 + 1 file changed, 1 insertion(+) 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);