diff --git a/src/components/CustomPages/BI/BI001HomeDetail.js b/src/components/CustomPages/BI/BI001HomeDetail.js index 5cbd6c8..b76cbf2 100644 --- a/src/components/CustomPages/BI/BI001HomeDetail.js +++ b/src/components/CustomPages/BI/BI001HomeDetail.js @@ -220,7 +220,15 @@ class BI001HomeDetail extends React.Component { // let json = initFilter(this.props.login.OrgId, mineType); // extendRule(json, 'DEPARTMENT_NAME', 1, "矿山部"); // extendOrder(json, "MONTH", 0); - let json = initFilter(this.props.login.OrgId); + // let json = initFilter(this.props.login.OrgId); + let json = initFilter( + this.props.login.OrgId, + "", + "NUM", + "asc", + "", + 8 + ); this.props.dispatch({ type: "app/getDataByPost", url: "BI/BIStatiscialAnalysisController/GetClassCompletionSort",