Compare commits

..

No commits in common. "5f08759c2b25d0c386557e24ed72f0298ec7528d" and "06ff4443d9a458b205ae20531c4df83f526296cb" have entirely different histories.

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 && data.USER_ID_APPROVE != null && data.USER_ID_APPROVE == this.props.login.userId) { if (data.STATUS >= 2 && this.props.formCode != "SE050_SHOWPRINT" && this.props.data.tableKey != undefined) {
isApprove = true; isApprove = true;
} }
this.setState({ this.setState({