From 459cf399be0420af6939d9f991a56e33a6a2e526 Mon Sep 17 00:00:00 2001 From: gaofei1985 <181547018@qq.com> Date: Wed, 31 Jul 2024 08:25:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/ProjectData/UnitWork.aspx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SGGL/FineUIPro.Web/ProjectData/UnitWork.aspx.cs b/SGGL/FineUIPro.Web/ProjectData/UnitWork.aspx.cs index ed797e6e..46d502b2 100644 --- a/SGGL/FineUIPro.Web/ProjectData/UnitWork.aspx.cs +++ b/SGGL/FineUIPro.Web/ProjectData/UnitWork.aspx.cs @@ -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";