king
2022-10-18 a8507cc8c42d17d4fb854594dbf1e084d61912ac
src/templates/formtabconfig/groupform/index.jsx
@@ -8,7 +8,6 @@
class GroupForm extends Component {
  static propTpyes = {
    dict: PropTypes.object,     // 字典项
    group: PropTypes.object,    // 当前分组
    groups: PropTypes.array,    // 所有分组
    inputSubmit: PropTypes.any  // 回车提交事件
@@ -101,7 +100,7 @@
                rules: [
                  {
                    required: true,
                    message: this.props.dict['form.required.input'] + '分组名称!'
                    message: '请输入分组名称!'
                  },
                  {
                    max: formRule.input.max,