src/menu/components/card/data-card/options.jsx
@@ -14,7 +14,7 @@ if (roleList) { try { roleList = JSON.parse(roleList) } catch { } catch (e) { roleList = [] } } else { @@ -159,7 +159,8 @@ label: '黑名单', initval: wrap.blacklist || [], required: false, options: roleList options: roleList, forbid: !!appType }, ]