Compare commits

..

2 Commits

Author SHA1 Message Date
wyw
5f08759c2b Merge branch 'master' of http://121.41.2.71:3000/wyw/mh_jy_safe_web 2026-06-17 16:05:25 +08:00
wyw
74e1b8b8f3 213 2026-06-17 16:05:19 +08:00

View File

@ -116,7 +116,7 @@ class SE018EditPage extends React.Component {
// passRateThis = (temp / uniqueUsers.length).toFixed(4) * 100; // passRateThis = (temp / uniqueUsers.length).toFixed(4) * 100;
// } // }
//安环部负责人审阅中 //安环部负责人审阅中
if (data.STATUS >= 2 && this.props.formCode != "SE050_SHOWPRINT" && this.props.data.tableKey != undefined) { if (data.STATUS >= 2 && this.props.formCode != "SE050_SHOWPRINT" && this.props.data.tableKey != undefined && data.USER_ID_APPROVE != null && data.USER_ID_APPROVE == this.props.login.userId) {
isApprove = true; isApprove = true;
} }
this.setState({ this.setState({