From cce4ab076f3fa26f393fe4039ef5a891e2e8b2a1 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 31 十二月 2024 10:49:28 +0800
Subject: [PATCH] 2024-12-31

---
 src/utils/utils-custom.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/utils/utils-custom.js b/src/utils/utils-custom.js
index 2bba04b..8058453 100644
--- a/src/utils/utils-custom.js
+++ b/src/utils/utils-custom.js
@@ -6422,7 +6422,7 @@
   filterComponent(config.components, _mainSearch)
 
   let keys = sqls.map(item => item.uuid)
-  if (keys.length > Array.from(new Set(keys)).length) {
+  if (keys.length > Array.from(new Set(keys)).length && !window.GLOB.syscheck) {
     let m = new Map()
     let n = new Map()
     sqls.forEach(item => {

--
Gitblit v1.8.0