src/templates/formtabconfig/actionform/index.jsx
@@ -408,13 +408,13 @@ if (values.innerFunc === '' && values.sql === '') { notification.warning({ top: 92, message: this.props.dict['header.form.actionhelp.tablename'], message: '使用系统函数时,请填写表名,使用自定义函数时,可忽略。', duration: 5 }) } else if (values.innerFunc === '' && values.sql !== '' && values.sqlType === '') { notification.warning({ top: 92, message: this.props.dict['header.form.actionhelp.sqlType'], message: '使用系统函数时,请选择操作类型,使用自定义函数时,可忽略。', duration: 5 }) } else {