king
2021-10-21 1da6506bf58270bacc2a4345002c6b082835580e
src/menu/components/chart/antv-pie/chartcompile/formconfig.jsx
@@ -28,7 +28,7 @@
          return item
        })
      }
    } catch {
    } catch (e) {
      menulist = []
    }
  } else {
@@ -39,7 +39,7 @@
  if (roleList) {
    try {
      roleList = JSON.parse(roleList)
    } catch {
    } catch (e) {
      roleList = []
    }
  } else {
@@ -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
    }
  ]
}