| | |
| | | |
| | | if (Ot === 'required') { |
| | | shows.push('progress') |
| | | } |
| | | if (Ot === 'required' && (intertype === 'inner' || intertype === 'system')) { |
| | | shows.push('execType') |
| | | 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') |
| | |
| | | } |
| | | } |
| | | |
| | | if (shows.includes('refreshTab') && this.record.refreshTab && this.record.refreshTab.length) { |
| | | shows.push('urlPar') |
| | | } |
| | | |
| | | return { |
| | | shows, |
| | | reOptions, |