From d29c537452dd649f25c0bb4e5c34f769a8442a92 Mon Sep 17 00:00:00 2001 From: xiaju <1784803958@qq.com> Date: Mon, 13 Apr 2026 10:04:17 +0800 Subject: [PATCH] 1 --- .../HSSE/EduTrain/TestRecord.aspx.cs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/SGGL/FineUIPro.Web/HSSE/EduTrain/TestRecord.aspx.cs b/SGGL/FineUIPro.Web/HSSE/EduTrain/TestRecord.aspx.cs index 1887c004..3c9b91de 100644 --- a/SGGL/FineUIPro.Web/HSSE/EduTrain/TestRecord.aspx.cs +++ b/SGGL/FineUIPro.Web/HSSE/EduTrain/TestRecord.aspx.cs @@ -85,6 +85,23 @@ namespace FineUIPro.Web.HSSE.EduTrain } } } + + /// + /// 加载树 + /// + /// + /// + 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 绑定数据