提交代码

This commit is contained in:
高飞 2024-07-31 08:25:34 +08:00
parent 99e7d4d9da
commit 459cf399be
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ namespace FineUIPro.Web.ProjectData
select x;
foreach (var unitWork in unitWorks)
{
TreeNode newNode = new TreeNode();
TreeNode newNode = new TreeNode();
newNode.Text = unitWork.UnitWorkName;
newNode.NodeID = unitWork.UnitWorkId;
newNode.CommandName = "unitWork";