src/views/menudesign/homeform/index.jsx
@@ -9,7 +9,6 @@ class CustomMenuForm extends Component { static propTpyes = { dict: PropTypes.object, // 字典项 config: PropTypes.object, updateConfig: PropTypes.func } @@ -112,7 +111,7 @@ } render() { const { dict, config } = this.props const { config } = this.props const { getFieldDecorator } = this.props.form const formItemLayout = { labelCol: { @@ -164,7 +163,7 @@ rules: [ { required: true, message: dict['mob.required.input'] + '时长!' message: '请输入时长!' } ] })(