This commit is contained in:
何美荣 2026-07-24 18:08:30 +08:00
parent 78f15fccca
commit 77da115023

View File

@ -220,7 +220,15 @@ class BI001HomeDetail extends React.Component {
// let json = initFilter(this.props.login.OrgId, mineType); // let json = initFilter(this.props.login.OrgId, mineType);
// extendRule(json, 'DEPARTMENT_NAME', 1, "矿山部"); // extendRule(json, 'DEPARTMENT_NAME', 1, "矿山部");
// extendOrder(json, "MONTH", 0); // 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({ this.props.dispatch({
type: "app/getDataByPost", type: "app/getDataByPost",
url: "BI/BIStatiscialAnalysisController/GetClassCompletionSort", url: "BI/BIStatiscialAnalysisController/GetClassCompletionSort",