From efddbcda8ec7eda50c0f76a832c18383d5df9db2 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期二, 30 十二月 2025 14:04:33 +0800
Subject: [PATCH] Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev

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

diff --git a/utils/common.js b/utils/common.js
index 69f9d1d..2002e39 100644
--- a/utils/common.js
+++ b/utils/common.js
@@ -481,7 +481,7 @@
             FieldListCache = FieldListCache.filter(elem => !role.test(elem.ColmCols))
         })
         
-        FieldListCache = FieldListCache.filter(elem => !ExcludeKeys.includes(elem))
+        FieldListCache = FieldListCache.filter(elem => !ExcludeKeys.includes(elem.ColmCols))
         return {
             status: true,
             data: FieldListCache,

--
Gitblit v1.9.1