1111
This commit is contained in:
parent
e0525c4e54
commit
0075a58d42
|
@ -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 编辑
|
||||
|
|
Loading…
Reference in New Issue