chenhaozhe
2025-12-29 c140f641bf373790b22c2d4fd59a506a7c0612a0
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,