src/menu/components/chart/antv-pie/chartcompile/formconfig.jsx
@@ -84,15 +84,6 @@ required: true }, { type: 'select', key: 'blacklist', label: '黑名单', initVal: card.blacklist || [], multi: true, required: false, options: roleList }, { type: 'cascader', key: 'linkmenu', label: '关联菜单', @@ -123,6 +114,16 @@ { value: 'blank', text: '新窗口' }, { value: 'self', text: '当前窗口' } ] }, { type: 'select', key: 'blacklist', label: '黑名单', initVal: card.blacklist || [], multi: true, required: false, options: roleList, forbid: !!appType } ] }