1
This commit is contained in:
parent
78f15fccca
commit
77da115023
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user