bugfix: nodeId设置

This commit is contained in:
2026-03-02 13:45:01 +08:00
parent 4aa0ef3fd5
commit 8912e1fa74

View File

@@ -252,7 +252,7 @@
// console.log('dataLInes', dataLines)
if (isNodeIdEvent) {
params.versionID = dataLines[0]
projectStore.setId({nodeId:dataLines[0]})
projectStore.setProject({nodeId:dataLines[0]})
}
if (dataLines.length === 0) continue