king
2025-05-08 400fee62fb40006a9839f1c3a8244b82566b5057
src/menu/components/form/formaction/actionform/index.jsx
@@ -54,9 +54,17 @@
    if (this.record.type === 'prev') {
      shows = ['typeName', 'label', 'actionType']
      if (this.record.actionType === 'close') {
        shows.push('refreshTab', 'reload')
      }
    } else if (this.record.type === 'next') {
      shows = ['typeName', 'label', 'actionType']
    } else if (this.record.type === 'close' || this.record.type === 'reset') {
      if (this.record.actionType === 'close') {
        shows.push('refreshTab', 'reload')
      }
    } else if (this.record.type === 'close') {
      shows = ['typeName', 'label', 'refreshTab', 'reload']
    } else if (this.record.type === 'reset') {
      shows = ['typeName', 'label']
    } else {
      shows = ['typeName', 'label', 'intertype', 'Ot', 'execSuccess', 'syncComponent', 'anchors', 'linkmenu', 'output', 'reload', 'preButton', 'refreshTab'] // 选项列表