bugfix: 创建对话不显示列表

This commit is contained in:
2026-03-03 09:59:19 +08:00
parent 41b9c81f95
commit 5959d5b0d7
3 changed files with 17 additions and 18 deletions

View File

@@ -56,7 +56,6 @@
const handleSelectNode = () => {
getNodeAncestors({ projectId: projectStore.state.id, id: projectStore.state.nodeId }).then(
(res) => {
console.log('res', res)
agentRef.value.setChatInfo(res)
}
)