king
2025-01-24 e1cee96b38805bcccf48e7bcb9d296f2bc54c720
src/menu/components/share/actioncomponent/actionform/index.jsx
@@ -495,6 +495,9 @@
        shows.push('execSuccess', 'execError', 'tipTitle')
      } else if (_funcType === 'mkUnsubscribe' || _funcType === 'reAuth') {
        shows.push('tipTitle')
      } else if (_funcType === 'reSystem') {
        shows.push('tipTitle', 'Ot')
        reOptions.Ot = requireOptions.filter(op => op.value === 'requiredSgl')
      } else if (_funcType === 'closetab') {
        shows.push('refreshTab')
      } else if (_funcType === 'scan') {
@@ -616,6 +619,10 @@
      if (['pop', 'prompt', 'exec', 'popview', 'tab', 'innerpage'].includes(openType)) {
        shows.push('showName')
      }
    }
    if (shows.includes('refreshTab') && this.record.refreshTab && this.record.refreshTab.length) {
      shows.push('urlPar')
    }
    return {
@@ -1280,6 +1287,19 @@
            delete values.extraParam
          }
          if (values.refreshTab && values.refreshTab.length && ['pop', 'prompt', 'exec'].includes(values.OpenType) && window.GLOB.customMenu) {
            let id = values.refreshTab[values.refreshTab.length - 1]
            if (id === window.GLOB.customMenu.uuid) {
              if (values.execSuccess !== 'never' || (values.syncComponent && values.syncComponent.length)) {
                notification.warning({
                  top: 92,
                  message: '按钮刷新菜单为当前菜单时,成功后的组件刷新(或关闭标签)将失效!',
                  duration: 5
                })
              }
            }
          }
          resolve(values)
        } else {
          reject(err)