src/menu/actioncomponent/actionform/index.jsx
@@ -721,21 +721,7 @@ values.linkThdMenu = linkThdMenu } if (values.innerFunc === '' && values.sql === '') { notification.warning({ top: 92, message: this.props.dict['header.form.actionhelp.tablename'], duration: 5 }) } else if (values.innerFunc === '' && values.sql !== '' && values.sqlType === '') { notification.warning({ top: 92, message: this.props.dict['header.form.actionhelp.sqlType'], duration: 5 }) } else { resolve(values) } } else { reject(err) }