1
This commit is contained in:
parent
d0b3903772
commit
c88ed20397
@ -11,7 +11,7 @@ class EditPage extends React.Component {
|
||||
visible: false,
|
||||
loading: false
|
||||
}
|
||||
this.formName=this.props.app.currActivatedMenu.NAME;//this.props.app.currActivatedMenu.Nav_MenuForm.NAME
|
||||
this.formName=this.props.app?.currActivatedMenu?.NAME;//this.props.app.currActivatedMenu.Nav_MenuForm.NAME
|
||||
};
|
||||
showModal = () => { // 显示弹窗
|
||||
this.setState({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user