This commit is contained in:
夏菊 2025-09-09 18:57:05 +08:00
commit c5080c2a98
1 changed files with 5 additions and 5 deletions

View File

@ -36,11 +36,11 @@ namespace FineUIPro.Web.ProjectData
////权限按钮方法 ////权限按钮方法
this.GetButtonPower(); this.GetButtonPower();
Funs.DropDownPageSize(this.ddlPageSize); Funs.DropDownPageSize(this.ddlPageSize);
if (this.CurrUser != null && this.CurrUser.PageSize.HasValue) //if (this.CurrUser != null && this.CurrUser.PageSize.HasValue)
{ //{
Grid1.PageSize = this.CurrUser.PageSize.Value; // Grid1.PageSize = this.CurrUser.PageSize.Value;
} //}
this.ddlPageSize.SelectedValue = Grid1.PageSize.ToString(); //this.ddlPageSize.SelectedValue = Grid1.PageSize.ToString();
if (!string.IsNullOrEmpty(CurrUser.CompanyProjectId)) if (!string.IsNullOrEmpty(CurrUser.CompanyProjectId))
{ {
projectLists = CurrUser.CompanyProjectId; projectLists = CurrUser.CompanyProjectId;