报表优化
This commit is contained in:
parent
0d33bdd92b
commit
16f070f72d
@ -951,7 +951,7 @@ class BI007FormRunAnalysisNew extends React.Component {
|
|||||||
getShopDepartment = () => {
|
getShopDepartment = () => {
|
||||||
var orgId = this.props.login ? this.props.login.OrgId : "";
|
var orgId = this.props.login ? this.props.login.OrgId : "";
|
||||||
const jsonTemp = initFilter(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, "ENABLE_STATUS", 1, 0);
|
||||||
// extendRule(jsonTemp, 'PARENT_ID', 1, this.props.data.id);
|
// extendRule(jsonTemp, 'PARENT_ID', 1, this.props.data.id);
|
||||||
// extendRule(
|
// extendRule(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user