This commit is contained in:
夏菊 2025-05-24 14:59:28 +08:00
parent 0075a58d42
commit bafbf97359
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,12 @@ namespace FineUIPro.Web.HSSE.EduTrain
ViewState["PersonId"] = value;
}
}
/// <summary>
/// 页面加载
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPostBack)