style: 移除参数配置控制台输出
This commit is contained in:
@@ -1042,7 +1042,6 @@ function ruleVerification(row: Record<string, any>): (string | boolean)[] {
|
||||
if (filter) {
|
||||
try {
|
||||
let regex = new RegExp(filter);
|
||||
console.log(regex, regex.test(value));
|
||||
if (!regex.test(value)) {
|
||||
return [
|
||||
false,
|
||||
|
||||
Reference in New Issue
Block a user