This commit is contained in:
parent
0075a58d42
commit
bafbf97359
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue