src/menu/components/form/formaction/actionform/index.jsx
@@ -54,10 +54,13 @@ const { card } = this.props if (card.type === 'prev') { return ['type', 'label', 'enable'] return ['type', 'label', 'enable', 'actionType'] } else if (card.type === 'next') { return ['type', 'label', 'enable', 'actionType'] } else if (card.type === 'close') { return ['type', 'label', 'enable'] } let _options = ['type', 'label', 'intertype', 'Ot', 'execSuccess', 'syncComponent', 'anchors', 'linkmenu', 'enable', 'output', 'reload'] // 选项列表 if (_intertype === 'custom') {