1111
This commit is contained in:
parent
e0525c4e54
commit
0075a58d42
|
@ -68,12 +68,10 @@ namespace FineUIPro.Web.BaseInfo
|
||||||
{
|
{
|
||||||
rowend = source.Count();
|
rowend = source.Count();
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int i = rowbegin; i < rowend; i++)
|
for (int i = rowbegin; i < rowend; i++)
|
||||||
{
|
{
|
||||||
paged.Add(source[i]);
|
paged.Add(source[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
return paged;
|
return paged;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue