mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
流程上下文添加了调用信息记录
This commit is contained in:
@@ -10,6 +10,8 @@ namespace Serein.Workbench.Node.View
|
||||
/// </summary>
|
||||
public partial class GlobalDataControl : NodeControlBase, INodeJunction, INodeContainerControl
|
||||
{
|
||||
private readonly GlobalDataNodeControlViewModel viewModel;
|
||||
|
||||
public GlobalDataControl() : base()
|
||||
{
|
||||
// 窗体初始化需要
|
||||
@@ -26,6 +28,7 @@ namespace Serein.Workbench.Node.View
|
||||
DataContext = viewModel;
|
||||
viewModel.NodeModel.DisplayName = "[全局数据]";
|
||||
InitializeComponent();
|
||||
this.viewModel = viewModel;
|
||||
}
|
||||
|
||||
|
||||
@@ -56,6 +59,7 @@ namespace Serein.Workbench.Node.View
|
||||
{
|
||||
return false;
|
||||
}
|
||||
//viewModel.NodeModel is SingleGlobalDataNode
|
||||
GlobalDataPanel.Children.Add(nodeControl);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user