src/menu/components/form/formaction/actionform/index.jsx
@@ -192,7 +192,7 @@ getFields() { const { getFieldDecorator } = this.props.form const { interType } = this.state const { interType, callbackType } = this.state const fields = [] this.state.formlist.forEach((item, index) => { @@ -219,7 +219,7 @@ message: formRule.func.maxMessage }] } else if (item.key === 'output') { if (interType === 'system') { if (interType === 'system' || ((interType === 'outer' || interType === 'custom') && callbackType === 'script')) { _rules = [{ pattern: /^@[0-9a-zA-Z_]+@?$/, message: '变量以@符开头,可使用字母、数字以及_'