src/templates/tableshare/verifycard/customscript/index.jsx
@@ -55,6 +55,13 @@ duration: 10 }) return } else if (/--/ig.test(values.sql)) { notification.warning({ top: 92, message: '自定义sql语句中,不可出现字符 -- ,注释请用 /*内容*/', duration: 10 }) return } this.props.scriptsChange(values)