src/menu/components/share/usercomponent/settingform/index.jsx
@@ -7,6 +7,7 @@ class SettingForm extends Component { static propTpyes = { dict: PropTypes.object, // 字典项 name: PropTypes.string, // 组件名称 inputSubmit: PropTypes.func // 回车事件 } @@ -63,7 +64,7 @@ </Tooltip> }> {getFieldDecorator('name', { initialValue: '', initialValue: this.props.name || '', rules: [ { required: true,