年度安全检查情况综合统计分析 修改 title 去除部门
MineType 搜索 去除
This commit is contained in:
parent
8487571c3a
commit
05fe580b12
@ -44,7 +44,7 @@ class BI052BSSafeCheckYear extends React.Component {
|
||||
parm27: "",
|
||||
|
||||
year: new Date().getFullYear(),
|
||||
depName: "矿山部",
|
||||
depName: "",
|
||||
},
|
||||
listSafeCheckTypeYear: [],
|
||||
listCheckTypeYear: [],
|
||||
@ -78,7 +78,7 @@ class BI052BSSafeCheckYear extends React.Component {
|
||||
loadData = () => {
|
||||
var orgId = this.props.login ? this.props.login.OrgId : "";
|
||||
var parm = this.props.login.currActivatedMenu.MENU_FORM_PARAMS;
|
||||
if (parm == null || parm == undefined) parm = "MineType=30";
|
||||
// if (parm == null || parm == undefined) parm = "MineType=30";
|
||||
let json = initFilter(orgId, parm);
|
||||
this.props.dispatch({
|
||||
type: "app/getDataByPost",
|
||||
@ -591,7 +591,8 @@ class BI052BSSafeCheckYear extends React.Component {
|
||||
<div className={styles.routeHome}>
|
||||
<h1 className={styles.showPrintHead}>
|
||||
{" "}
|
||||
{data.depName} {/* <div> */}
|
||||
{/* {data.depName} wyw */}
|
||||
{/* <div> */}
|
||||
{data.year}年度
|
||||
{/* </div> */}
|
||||
安全检查情况综合统计分析
|
||||
|
||||
Loading…
Reference in New Issue
Block a user