mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 08:10:47 +08:00
修改了无法添加基础节点的bug,增加WebSocket JSON ID字段,远程环境交互使用消息ID作为响应key。
This commit is contained in:
@@ -5,11 +5,20 @@ namespace Serein.Workbench.Node.ViewModel
|
||||
{
|
||||
public class ActionNodeControlViewModel : NodeControlViewModelBase
|
||||
{
|
||||
private readonly SingleActionNode node;
|
||||
//public SingleActionNode NodelModel
|
||||
//{
|
||||
// get => (SingleActionNode)base.NodeModel; set
|
||||
// {
|
||||
// if (base.NodeModel == null)
|
||||
// {
|
||||
// base.NodeModel = value;
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
|
||||
public ActionNodeControlViewModel(SingleActionNode node):base(node)
|
||||
{
|
||||
this.node = node;
|
||||
// this.NodelModel = node;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user