From 6a70e6a1e2bf4354feb62f4b8c4dea1f525e61ad Mon Sep 17 00:00:00 2001 From: ccy <55274652@qq.com> Date: Fri, 24 Oct 2025 09:45:14 +0800 Subject: [PATCH] =?UTF-8?q?filter=E8=AE=BE=E7=BD=AEIgnoreOrgRule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/common.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils/common.js b/src/utils/common.js index f810dc8..6cba5a7 100644 --- a/src/utils/common.js +++ b/src/utils/common.js @@ -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),