From f15c8fa05e3e4eae8ef093ba6ba827ad74e38fec Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期二, 05 十一月 2024 10:32:27 +0800 Subject: [PATCH] 常用语联调接口 --- src/components/chat/components/playBar/PlayBar.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/chat/components/playBar/PlayBar.vue b/src/components/chat/components/playBar/PlayBar.vue index 5419293..38f36f7 100644 --- a/src/components/chat/components/playBar/PlayBar.vue +++ b/src/components/chat/components/playBar/PlayBar.vue @@ -464,7 +464,7 @@ if (!props.isHome) { let obj = { id: val?.historyId, - title: val?.content.values, + question: val?.content.values, }; commonPhrasesRef.value.commonChatByUser(obj); isShowPhrase.value = true; -- Gitblit v1.9.3