From 77da115023b59c9d995589a6842155d05025d356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=BE=8E=E8=8D=A3?= <10755671+mei-rong-he@user.noreply.gitee.com> Date: Fri, 24 Jul 2026 18:08:30 +0800 Subject: [PATCH] 1 --- src/components/CustomPages/BI/BI001HomeDetail.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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",