From e9640ccdc9fe57f91919e3f51462c780e44fadb0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 23 十二月 2020 13:14:20 +0800 Subject: [PATCH] 2020-12-23 --- src/menu/components/chart/antv-pie/chartcompile/formconfig.jsx | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/menu/components/chart/antv-pie/chartcompile/formconfig.jsx b/src/menu/components/chart/antv-pie/chartcompile/formconfig.jsx index 8a248f0..7a79ef7 100644 --- a/src/menu/components/chart/antv-pie/chartcompile/formconfig.jsx +++ b/src/menu/components/chart/antv-pie/chartcompile/formconfig.jsx @@ -6,9 +6,8 @@ /** * @description 鑾峰彇鍥捐〃瑙嗗浘閰嶇疆琛ㄥ崟 * @param {object} card // 鍥捐〃瀵硅薄 - * @param {Array} MenuType // 鑿滃崟绫诲瀷 */ -export function getBaseForm (card, MenuType) { +export function getBaseForm (card) { let menulist = sessionStorage.getItem('fstMenuList') if (menulist) { try { @@ -75,7 +74,6 @@ initVal: card.blacklist || [], multi: true, required: false, - forbid: MenuType === 'billPrint', options: roleList }, { @@ -85,7 +83,6 @@ initVal: card.linkmenu || [], tooltip: '鍙屽嚮楗煎浘锛屼細鎵撳紑鍏宠仈鐨勮彍鍗曘��', required: false, - forbid: MenuType === 'billPrint', options: menulist } ] -- Gitblit v1.8.0