Compare commits

...

2 Commits

Author SHA1 Message Date
高飞 273dc4e487 1 2025-09-09 18:44:09 +08:00
高飞 ea6d1f5c6b 1 2025-09-09 18:43:13 +08:00
1 changed files with 5 additions and 5 deletions

View File

@ -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;