king
2020-11-26 89fb1308d92e10a27cf8f91f4dd766eb38976e12
src/views/menudesign/index.jsx
@@ -97,7 +97,6 @@
    }
    let _config = fromJS(config).toJS()
    delete _config.fstMenuList
    delete _config.tableFields
    if (!is(fromJS(oriConfig), fromJS(_config))) {
@@ -262,7 +261,6 @@
    }
    let _config = fromJS(config).toJS()
    delete _config.fstMenuList
    delete _config.tableFields
    let param = {
@@ -418,13 +416,6 @@
    })
  }
  initMenuList = (msg) => {
    let config = {...this.state.config, ...msg}
    this.setState({config})
    this.props.modifyCustomMenu(config)
  }
  onEnabledChange = () => {
    const { config } = this.state
@@ -518,7 +509,6 @@
                      parentId={ParentId}
                      MenuName={MenuName}
                      MenuNo={MenuNo}
                      initMenuList={this.initMenuList}
                      updateConfig={this.updateConfig}
                    /> : null}
                    {config && MenuType === 'home' ? <HomeForm