king
2020-09-09 2652a3c1485dbbf3b003e13e5c5d1c0205e7c324
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)
        }