src/menu/components/chart/antv-dashboard/chartcompile/formconfig.jsx
@@ -8,6 +8,7 @@ * @param {object} card // 图表对象 */ export function getBaseForm (card) { let appType = sessionStorage.getItem('appType') let roleList = sessionStorage.getItem('sysRoles') if (roleList) { try { @@ -63,7 +64,8 @@ initVal: card.blacklist || [], multi: true, required: false, options: roleList options: roleList, forbid: !!appType } ] }