From 16f070f72d5f11a3b4305b88231ab3b08c79efc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=BE=8E=E8=8D=A3?= <10755671+mei-rong-he@user.noreply.gitee.com> Date: Wed, 14 Aug 2024 17:22:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomPages/BI/BI007FormRunAnalysisNew.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CustomPages/BI/BI007FormRunAnalysisNew.js b/src/components/CustomPages/BI/BI007FormRunAnalysisNew.js index 539098b..9a4c5f3 100644 --- a/src/components/CustomPages/BI/BI007FormRunAnalysisNew.js +++ b/src/components/CustomPages/BI/BI007FormRunAnalysisNew.js @@ -951,7 +951,7 @@ class BI007FormRunAnalysisNew extends React.Component { getShopDepartment = () => { var orgId = this.props.login ? this.props.login.OrgId : ""; const jsonTemp = initFilter(orgId); - extendRule(jsonTemp, "DEPARTMENT_TYPE", 1, 1); + extendRule(jsonTemp, "DEPARTMENT_TYPE", 1, 2); extendRule(jsonTemp, "ENABLE_STATUS", 1, 0); // extendRule(jsonTemp, 'PARENT_ID', 1, this.props.data.id); // extendRule(