From 852e097e0df25e65487d54a5afd18709dd45aefc Mon Sep 17 00:00:00 2001 From: zhuoqinglian <1035449612@qq.com> Date: Fri, 20 Mar 2026 16:57:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20mobile=20=E4=BF=AE=E5=A4=8D=E5=A3=B0?= =?UTF-8?q?=E7=BA=B9=E7=AE=A1=E7=90=86-=E7=BC=96=E8=BE=91=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E4=B8=8B=E5=A3=B0=E7=BA=B9=E5=90=91=E9=87=8F=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E5=BC=82=E5=B8=B8=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/manager-mobile/src/pages/voiceprint/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main/manager-mobile/src/pages/voiceprint/index.vue b/main/manager-mobile/src/pages/voiceprint/index.vue index a00711a5..e6ba2ccc 100644 --- a/main/manager-mobile/src/pages/voiceprint/index.vue +++ b/main/manager-mobile/src/pages/voiceprint/index.vue @@ -137,7 +137,6 @@ async function loadChatHistory() { audioId: item.audioId, index, })) - showChatHistoryDialog.value = true } catch (error) { console.error('获取对话记录失败:', error) @@ -368,6 +367,7 @@ onMounted(async () => { // 智能体已简化为默认 loadVoicePrintList() + loadChatHistory() }) // 暴露方法给父组件 @@ -468,7 +468,7 @@ defineExpose({