bugfix: 创建对话不显示列表
This commit is contained in:
@@ -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)
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user