mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
优化了Workbench上的操作。
This commit is contained in:
@@ -1048,7 +1048,9 @@ namespace Serein.NodeFlow.Env
|
||||
return Task.FromResult<NodeInfo>(null);
|
||||
}
|
||||
NodeModelBase? nodeModel;
|
||||
if (methodDetailsInfo is null)
|
||||
if (methodDetailsInfo is null
|
||||
|| string.IsNullOrEmpty(methodDetailsInfo.AssemblyName)
|
||||
|| string.IsNullOrEmpty(methodDetailsInfo.MethodName))
|
||||
{
|
||||
nodeModel = FlowNodeExtension.CreateNode(this, nodeControlType); // 加载基础节点
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user