diff --git a/SGGL/FineUIPro.Web/BaseInfo/Certificate.aspx.cs b/SGGL/FineUIPro.Web/BaseInfo/Certificate.aspx.cs index d575187..f593c67 100644 --- a/SGGL/FineUIPro.Web/BaseInfo/Certificate.aspx.cs +++ b/SGGL/FineUIPro.Web/BaseInfo/Certificate.aspx.cs @@ -68,12 +68,10 @@ namespace FineUIPro.Web.BaseInfo { rowend = source.Count(); } - for (int i = rowbegin; i < rowend; i++) { paged.Add(source[i]); } - return paged; } @@ -152,7 +150,7 @@ namespace FineUIPro.Web.BaseInfo BindGrid(); PageContext.RegisterStartupScript("onNewButtonClick();"); } - } + } #endregion #region 编辑