diff --git a/SGGL/FineUIPro.Web/ProjectData/ProjectList.aspx.cs b/SGGL/FineUIPro.Web/ProjectData/ProjectList.aspx.cs index 1935f380..0b03f9ae 100644 --- a/SGGL/FineUIPro.Web/ProjectData/ProjectList.aspx.cs +++ b/SGGL/FineUIPro.Web/ProjectData/ProjectList.aspx.cs @@ -36,11 +36,11 @@ namespace FineUIPro.Web.ProjectData ////权限按钮方法 this.GetButtonPower(); Funs.DropDownPageSize(this.ddlPageSize); - if (this.CurrUser != null && this.CurrUser.PageSize.HasValue) - { - Grid1.PageSize = this.CurrUser.PageSize.Value; - } - this.ddlPageSize.SelectedValue = Grid1.PageSize.ToString(); + //if (this.CurrUser != null && this.CurrUser.PageSize.HasValue) + //{ + // Grid1.PageSize = this.CurrUser.PageSize.Value; + //} + //this.ddlPageSize.SelectedValue = Grid1.PageSize.ToString(); if (!string.IsNullOrEmpty(CurrUser.CompanyProjectId)) { projectLists = CurrUser.CompanyProjectId;