fix
This commit is contained in:
@@ -66,7 +66,11 @@
|
||||
getProjectInfo({ id: projectStore.state.id }).then((res) => {
|
||||
// console.log('1111111',res);
|
||||
agentRef.value.setChatInfo(res.conversation)
|
||||
projectStore.setProject(res.project)
|
||||
let data = res.project
|
||||
if(data.latestNodeId)data.nodeId = data.latestNodeId
|
||||
projectStore.setProject({
|
||||
...data,
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user