king
2020-02-04 973dd90ad4fb5061fbc8db0b2cb8ade7217328bf
src/templates/subtableconfig/actionform/index.jsx
@@ -494,7 +494,7 @@
          if (values.innerFunc === '' && values.sql === '') {
            notification.warning({
              top: 92,
              message: this.props.dict['header.form.actionhelp.datasource'],
              message: this.props.dict['header.form.actionhelp.tablename'],
              duration: 10
            })
          } else if (values.innerFunc === '' && values.sql !== '' && values.sqlType === '') {