src/templates/sharecomponent/settingcomponent/settingform/datasource/index.jsx
@@ -119,6 +119,14 @@ }) reject() return } else if (/,,/ig.test(values.dataresource)) { notification.warning({ top: 92, message: '数据源中,不可出现连续的英文逗号(,,)', duration: 5 }) reject() return } let error = Utils.verifySql(values.dataresource)