0324-001-gaofei

This commit is contained in:
gaofei
2022-03-24 14:59:58 +08:00
parent f372db34a0
commit b46c3f0cf8
5 changed files with 23 additions and 3 deletions
@@ -34,6 +34,16 @@ namespace FineUIPro.Web.CQMS.ManageReport
Grid1.DataBind();
}
/// <summary>
/// 分页
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
protected void Grid1_PageIndexChange(object sender, GridPageEventArgs e)
{
BindGrid();
}
/// <summary>
/// 格式化字符串
/// </summary>