diff --git a/src/components/CustomPages/FM/UserEditPage.js b/src/components/CustomPages/FM/UserEditPage.js
index 2b038ee..00ef5b3 100644
--- a/src/components/CustomPages/FM/UserEditPage.js
+++ b/src/components/CustomPages/FM/UserEditPage.js
@@ -772,34 +772,6 @@ class UserEditPage extends React.Component {
*/}
- {/* style={{display:this.props.login.user?.NAME.indexOf("管理员") === -1 ?"none":"block"}} */}
-
-
- {/* */}
- {
- // extendRule(params, 'CODE', 1, 'BSMineTypeEnum');
- params.OrderType = 1
- params.OrgId = this.state.data ? this.state.data.ORG_ID : this.props.login.OrgId
- // params.Parameter1='BSMineTypeEnum'
- }} />
-
-
{
if (this.props.data.tableKey == "2" || this.props.data.tableKey == undefined) {
this.setState({ isAudit: 'none' })
- } else if (ret.STATUS == 2 && this.props.data.TaskID != null && ret.DEPUTY_GROUP_LEADER_OPINION == 0 && ret.GROUP_LEADER_OPINION == 0){
+ } else if (ret.STATUS == 4 && this.props.data.TaskID != null && ret.DEPUTY_GROUP_LEADER_OPINION == 0 && ret.GROUP_LEADER_OPINION == 0){
this.setState({ isAudit: 'inline' })
}
}