This commit is contained in:
吴红兵
2026-03-07 12:35:45 +08:00
parent 271710e870
commit b997b3ba48
423 changed files with 79612 additions and 91574 deletions

View File

@@ -12,9 +12,9 @@
<!-- Right chat window -->
<div class="flex-1" :class="{ 'w-full': !isDirectChat, 'flex-1': isDirectChat }">
<chat-window
ref="chatWindowRef"
:knowledge-id="selectedKnowledgeId"
<chat-window
ref="chatWindowRef"
:knowledge-id="selectedKnowledgeId"
:knowledge-data="selectedKnowledge"
:flow-id="props.flowId || (route.query.flowId as string) || ''"
/>
@@ -113,7 +113,7 @@ onBeforeMount(() => {
}
} else {
selectedKnowledgeId.value = datasetId;
selectedKnowledge.value = {id: datasetId};
selectedKnowledge.value = { id: datasetId };
}
}
});