1
This commit is contained in:
parent
d0b3903772
commit
c88ed20397
@ -11,7 +11,7 @@ class EditPage extends React.Component {
|
|||||||
visible: false,
|
visible: false,
|
||||||
loading: 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 = () => { // 显示弹窗
|
showModal = () => { // 显示弹窗
|
||||||
this.setState({
|
this.setState({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user