This commit is contained in:
夏菊 2026-04-13 10:04:17 +08:00
parent 1f59af7604
commit d29c537452
1 changed files with 17 additions and 0 deletions

View File

@ -85,6 +85,23 @@ namespace FineUIPro.Web.HSSE.EduTrain
}
}
}
/// <summary>
/// 加载树
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
protected void changeTree(object sender, EventArgs e)
{
this.ProjectId = this.ucTree.ProjectId;
this.BindGrid();
this.GetButtonPower();
//if (string.IsNullOrEmpty(this.CurrUser.LoginProjectId))
//{
// btnNew.Hidden = true;
//}
}
#endregion
#region