feat #I64HY4 优化 node 构建器

This commit is contained in:
gaibu
2022-12-04 20:39:07 +08:00
parent 637b2cf1c0
commit 6f17159a73

View File

@@ -139,7 +139,7 @@ public class LiteFlowNodeBuilder {
try {
// 用于处理脚本 node
if (this.node.getType().isScript()){
FlowBus.addScriptNode(this.node.getId(), this.node.getName(), this.node.getType(), this.node.getClazz());
FlowBus.addScriptNode(this.node.getId(), this.node.getName(), this.node.getType(), this.node.getScript());
}
// 用于处理普通 node
else{