src/templates/modalconfig/groupform/index.jsx
@@ -1,6 +1,7 @@ import React, {Component} from 'react' import PropTypes from 'prop-types' import { Form, Row, Col, Input, InputNumber } from 'antd' import { formRule } from '@/utils/option.js' import TransferForm from '../transferform' import Utils from '@/utils/utils.js' import './index.scss' @@ -97,6 +98,10 @@ { required: true, message: this.props.dict['form.required.input'] + '分组名称!' }, { max: formRule.input.max, message: formRule.input.message } ] })(<Input placeholder="" autoComplete="off"/>)}