From 870f8569cf90e24cb8a80ec247f458ff87401f42 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期五, 28 一月 2022 16:21:05 +0800
Subject: [PATCH] 修复系统日志模糊查询功能

---
 src/scripts/validate.ts |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/scripts/validate.ts b/src/scripts/validate.ts
index 402cda1..bd50caa 100644
--- a/src/scripts/validate.ts
+++ b/src/scripts/validate.ts
@@ -58,9 +58,6 @@
 }
 
 export function isIDCard(rule, idcode, callback) {
-  // if (!value) {
-  //   return callback(new Error('杈撳叆涓嶅彲浠ヤ负绌�'));
-  // }
   var weight_factor = [7,9,10,5,8,4,2,1,6,3,7,9,10,5,8,4,2];
   var check_code = ['1', '0', 'X' , '9', '8', '7', '6', '5', '4', '3', '2'];
 

--
Gitblit v1.8.0