mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-16 22:46:35 +08:00
修改了无法保存项目文件的bug
This commit is contained in:
@@ -64,15 +64,15 @@ namespace Serein.NodeFlow.Model
|
||||
// context.SetFlowData(result);
|
||||
// }
|
||||
//}
|
||||
public override Parameterdata[] GetParameterdatas()
|
||||
internal override Parameterdata[] GetParameterdatas()
|
||||
{
|
||||
if (base.MethodDetails.ExplicitDatas.Length > 0)
|
||||
{
|
||||
return MethodDetails.ExplicitDatas
|
||||
.Select(it => new Parameterdata
|
||||
{
|
||||
state = it.IsExplicitData,
|
||||
value = it.DataValue,
|
||||
State = it.IsExplicitData,
|
||||
Value = it.DataValue,
|
||||
})
|
||||
.ToArray();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user