wujingjing
2024-11-05 9f880255e8961cd26c52a87ad40bada377bab98c
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;