bugfix: restore设置versionId

This commit is contained in:
2026-03-05 15:33:58 +08:00
parent 5d1474c173
commit b13f7587c8
3 changed files with 3 additions and 9 deletions

View File

@@ -49,7 +49,7 @@
// agentRef.value?.inputRef?.addReportTag('Restore')
clearNodeChat({ projectId: projectStore.state.id, id: projectStore.state.nodeId }).then(
(res) => {
agentRef.value.setChatInfo(res)
agentRef.value.setChatInfo({ conversation: res, project: {} })
}
)
}