src/components/chat/components/playBar/PlayBar.vue
@@ -438,11 +438,10 @@ //#region ====================== 当前应用场景 ====================== const currentGroupTypeIsShow = computed(() => !!activeGroupType.value); const groupTypeClick = (item) => { activeGroupType.value = item; inputRef.value.focus(); commonPhrasesRef.value.getCommonPhrases(); }; // 关闭当前 groupType 面板 @@ -464,7 +463,7 @@ if (!props.isHome) { let obj = { id: val?.historyId, title: val?.content.values, question: val?.content.values, }; commonPhrasesRef.value.commonChatByUser(obj); isShowPhrase.value = true;