src/views/menudesign/menuform/index.jsx
@@ -107,13 +107,6 @@ }) } UNSAFE_componentWillReceiveProps(nextProps) { const { config } = this.props if (!config && nextProps.config) { this.props.form.setFieldsValue({easyCode: nextProps.config.easyCode}) } } // 一二级菜单切换 selectChange = (key, value) => { const { config } = this.props