报表优化

This commit is contained in:
何美荣 2024-08-14 17:22:21 +08:00
parent 0d33bdd92b
commit 16f070f72d

View File

@ -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(