king
2025-01-27 2b639156302123d4490f03ec02385c4750d1fa11
src/menu/components/share/actioncomponent/actionform/index.jsx
@@ -226,9 +226,14 @@
      if (Ot === 'required') {
        shows.push('progress')
      }
      if (Ot === 'required' && (intertype === 'inner' || intertype === 'system')) {
        if (intertype === 'inner' || intertype === 'system') {
        shows.push('execType')
          if (this.record.execType === 'single') {
            shows.push('execInterval')
          }
        } else {
          shows.push('execInterval')
        }
      }
      if (this.record.openmenu && this.record.openmenu !== 'goback') {
        shows.push('open')