mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
解决了流程接口节点执行后,后续调用的节点无法正确获取入参的问题
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Serein.Workbench.ViewModels
|
||||
|
||||
partial void OnSelectedTabChanged(FlowEditorTabModel value)
|
||||
{
|
||||
flowNodeService.CurrentSelectCanvas = value.Content;
|
||||
flowNodeService.CurrentSelectCanvas = value?.Content;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user