king
2019-12-18 1a14ff6035932eadfb6ef7970e3adb24b4e158a6
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}
          />
        }