filter设置IgnoreOrgRule
This commit is contained in:
parent
e117369c36
commit
6a70e6a1e2
@ -182,6 +182,7 @@ export function initQueryFilter(OrgId, PageIndex, Limit, Sort, Order) {
|
|||||||
IncludeCount: 0,
|
IncludeCount: 0,
|
||||||
OrderCount: 0,
|
OrderCount: 0,
|
||||||
FilterGroupCount: 0,
|
FilterGroupCount: 0,
|
||||||
|
IgnoreOrgRule: true,
|
||||||
Include: [],
|
Include: [],
|
||||||
Orders: [],
|
Orders: [],
|
||||||
FilterGroup: { Rules: [], Groups: [] }
|
FilterGroup: { Rules: [], Groups: [] }
|
||||||
@ -200,6 +201,7 @@ export function initFilter(OrgId, Keyword = "", Sort, Order, PageIndex = 1, Para
|
|||||||
OrgId,
|
OrgId,
|
||||||
PageIndex,
|
PageIndex,
|
||||||
Limit: 10,
|
Limit: 10,
|
||||||
|
IgnoreOrgRule: true,
|
||||||
Start: (PageIndex - 1) * 10,
|
Start: (PageIndex - 1) * 10,
|
||||||
Sort,
|
Sort,
|
||||||
Order: (Order === '' ? 0 : Order),
|
Order: (Order === '' ? 0 : Order),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user