src/menu/actioncomponent/actionform/index.jsx
@@ -720,22 +720,8 @@ }) 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) } resolve(values) } else { reject(err) }