代码无效引用清理,试压包资料界面看板修改

This commit is contained in:
2025-10-10 14:33:21 +08:00
parent 87fb529521
commit 55b798135c
933 changed files with 5897 additions and 7541 deletions
@@ -1,9 +1,6 @@
using BLL;
using Org.BouncyCastle.Asn1.Cms;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
namespace FineUIPro.Web.Controls
@@ -51,7 +48,7 @@ namespace FineUIPro.Web.Controls
if (!IsPostBack)
{
this.UnitId = this.UnitId ?? BLL.Const.UnitId_SEDIN;
this.ProjectId=this.ProjectId;
this.ProjectId = this.ProjectId;
////加载树
SetSubUnitProjectTree(this.tvProject);
}
@@ -75,7 +72,7 @@ namespace FineUIPro.Web.Controls
}
else
{
this.UnitId=this.tvProject.SelectedNode.ParentNode.NodeID;
this.UnitId = this.tvProject.SelectedNode.ParentNode.NodeID;
this.ProjectId = this.tvProject.SelectedNodeID;
}
if (this.change != null)
@@ -117,7 +114,7 @@ namespace FineUIPro.Web.Controls
FineUIPro.TreeNode crootNode = new FineUIPro.TreeNode
{
// Text =item.UnitCode+":"+ item.UnitName,
// Text =item.UnitCode+":"+ item.UnitName,
NodeID = item.UnitId,
EnableClickEvent = true
};