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,
|
||||
OrderCount: 0,
|
||||
FilterGroupCount: 0,
|
||||
IgnoreOrgRule: true,
|
||||
Include: [],
|
||||
Orders: [],
|
||||
FilterGroup: { Rules: [], Groups: [] }
|
||||
@ -200,6 +201,7 @@ export function initFilter(OrgId, Keyword = "", Sort, Order, PageIndex = 1, Para
|
||||
OrgId,
|
||||
PageIndex,
|
||||
Limit: 10,
|
||||
IgnoreOrgRule: true,
|
||||
Start: (PageIndex - 1) * 10,
|
||||
Sort,
|
||||
Order: (Order === '' ? 0 : Order),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user