king
2019-10-24 a0d5241e8b7ec3d11e5e029187c48920c3834f8c
src/components/mutilform/index.jsx
@@ -54,7 +54,7 @@
                rules: [
                  {
                    required: _required,
                    message: this.props.dict['main.form.required.input'] + item.Label + '!'
                    message: this.props.dict['form.required.input'] + item.Label + '!'
                  }
                ]
              })(<Input placeholder="" autoComplete="off" disabled={item.readonly} />)}
@@ -80,7 +80,7 @@
                rules: [
                  {
                    required: _required,
                    message: this.props.dict['main.form.required.input'] + item.Label + '!'
                    message: this.props.dict['form.required.input'] + item.Label + '!'
                  }
                ]
              })(model)}
@@ -96,7 +96,7 @@
                rules: [
                  {
                    required: _required,
                    message: this.props.dict['main.form.required.select'] + item.Label + '!'
                    message: this.props.dict['form.required.select'] + item.Label + '!'
                  }
                ]
              })(
@@ -123,7 +123,7 @@
                rules: [
                  {
                    required: _required,
                    message: this.props.dict['main.form.required.select'] + item.Label + '!'
                    message: this.props.dict['form.required.select'] + item.Label + '!'
                  }
                ]
              })(
@@ -142,7 +142,7 @@
                rules: [
                  {
                    required: _required,
                    message: this.props.dict['main.form.required.select'] + item.Label + '!'
                    message: this.props.dict['form.required.select'] + item.Label + '!'
                  }
                ]
              })(