20230915wbs数据分析页面框架实现
This commit is contained in:
@@ -23,6 +23,13 @@ namespace FineUIPro.Web.Controls
|
||||
}
|
||||
}
|
||||
|
||||
public bool IsShowLevel
|
||||
{
|
||||
get;
|
||||
set;
|
||||
} = true;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 项目ID
|
||||
/// </summary>
|
||||
@@ -48,7 +55,8 @@ namespace FineUIPro.Web.Controls
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
if (!IsPostBack)
|
||||
{
|
||||
{
|
||||
this.Toolbar1.Hidden = !IsShowLevel;
|
||||
////加载树
|
||||
SetSubUnitProjectTree(this.trWBS);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user