king
2020-04-17 4f8ffec8fc4aa9918264a3b3b4952421d896f5eb
src/templates/subtableconfig/settingform/index.jsx
@@ -59,7 +59,7 @@
            notification.warning({
              top: 92,
              message: '请自定义函数或填写数据源!',
              duration: 10
              duration: 5
            })
          } else {
            let error = Utils.verifySql(values.dataresource)
@@ -68,7 +68,7 @@
              notification.warning({
                top: 92,
                message: '数据源中不可使用' + error,
                duration: 10
                duration: 5
              })
              return
            }