king
2021-07-03 b5e70973340bf912b733acd737f55f90653dece8
src/menu/components/share/actioncomponent/formconfig.jsx
@@ -204,14 +204,6 @@
      forbid: !isApp,
      options: appMenus
    },
    // {
    //   type: 'select',
    //   key: 'copyMenuId',
    //   label: '复制菜单',
    //   initVal: card.copyMenuId || '',
    //   required: false,
    //   options: appMenus
    // },
    {
      type: 'textarea',
      key: 'url',
@@ -531,7 +523,8 @@
      tooltip: '禁用控制字段,可根据数据控制按钮是否禁用。',
      initVal: card.controlField || '',
      required: false,
      options: [{label: '无', field: ''}, ...columns]
      allowClear: true,
      options: columns
    },
    {
      type: 'text',
@@ -546,10 +539,11 @@
      key: 'openmenu',
      label: '打开菜单',
      tooltip: '执行成功后需要打开的菜单。',
      initVal: card.openmenu,
      initVal: card.openmenu || '',
      forbid: appType !== 'pc' && appType !== 'mob',
      required: false,
      options: [{value: '', text: '无'}, ...appMenus]
      allowClear: true,
      options: appMenus
    },
    {
      type: 'radio',