king
2022-10-17 e8edfdadb561cd83bf6e1c3e00d55b8cc2aee6d5
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,