Compare commits
No commits in common. "273dc4e487d479fcd6ce246fbba0a2096da03560" and "7590c490f4dc64cf4050c8d6cc601aab2f590691" have entirely different histories.
273dc4e487
...
7590c490f4
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue