bugfix: nodeId设置
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user