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