From d6dfba48678e1107a9e7c6524e1dfa2d3fdff03c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 08 十月 2021 19:29:21 +0800 Subject: [PATCH] 2021-10-08 --- src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx | 31 +------------------------------ 1 files changed, 1 insertions(+), 30 deletions(-) diff --git a/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx b/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx index 42099ee..ac311aa 100644 --- a/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx +++ b/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx @@ -8,40 +8,11 @@ * @param {object} card // 鍥捐〃瀵硅薄 */ export function getBaseForm (card) { - // let appType = sessionStorage.getItem('appType') - // let menulist = null - - // if (appType === 'pc') { - // menulist = sessionStorage.getItem('appMenus') - // if (Array.isArray(card.linkmenu)) { - // card.linkmenu = '' - // } - // } else { - // menulist = sessionStorage.getItem('fstMenuList') - // } - - // if (menulist) { - // try { - // menulist = JSON.parse(menulist) - // if (appType === 'pc') { - // menulist = menulist.map(item => { - // item.value = item.MenuID - // item.text = item.MenuName - // return item - // }) - // } - // } catch { - // menulist = [] - // } - // } else { - // menulist = [] - // } - let roleList = sessionStorage.getItem('sysRoles') if (roleList) { try { roleList = JSON.parse(roleList) - } catch { + } catch (e) { roleList = [] } } else { -- Gitblit v1.8.0