yangyin
2024-10-28 20d8fdf8a952b828cf20021a22ec54e863f958e1
src/stores/chatRoom.ts
@@ -78,12 +78,16 @@
   知识库: 'ywicon-changyonggongjuzhishisuoyin',
   业务场景: 'ywicon-yewu',
};
const getSceneGroupList = async () => {
   const res = await getSectionList();
   sceneGroupList.value = res?.groups ?? [];
};
/**
 * 获取全局所有数据
 */
export const getAllData = async () => {
   const res = await getSectionList();
   sceneGroupList.value = res?.groups ?? [];
   getSceneGroupList();
};
//#endregion