src/components/sidemenu/editthdmenu/index.jsx
@@ -129,7 +129,7 @@ } _menu.LongParam = _LongParam _menu.ParentID = this.props.supMenu.MenuID // console.log(_menu) // 检测模板是否存在 let _Template = this.state.baseTemplates.filter(temp => temp.type === _menu.PageParam.Template) this.setState({ @@ -514,6 +514,7 @@ menu={this.state.editMenu} supMenuList={this.props.supMenuList} handleConfig={this.handleConfig} reloadmenu={() => {this.props.reload()}} handleSubConfig={this.handleSubConfig} /> }