From d1cd5af5adb53e91efdd278328e1b6f8ad834fb5 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 06 二月 2025 21:11:56 +0800 Subject: [PATCH] Merge branch 'positec' into dms --- src/menu/components/share/actioncomponent/actionform/index.jsx | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/menu/components/share/actioncomponent/actionform/index.jsx b/src/menu/components/share/actioncomponent/actionform/index.jsx index 6b1a7e1..1993cd4 100644 --- a/src/menu/components/share/actioncomponent/actionform/index.jsx +++ b/src/menu/components/share/actioncomponent/actionform/index.jsx @@ -226,9 +226,15 @@ if (Ot === 'required') { shows.push('progress') + if (intertype === 'inner' || intertype === 'system') { + shows.push('execType') + if (this.record.execType === 'single') { + shows.push('execInterval') + } + } } - if (Ot === 'required' && (intertype === 'inner' || intertype === 'system')) { - shows.push('execType') + if (intertype === 'outer' || intertype === 'custom') { + shows.push('execInterval') } if (this.record.openmenu && this.record.openmenu !== 'goback') { shows.push('open') @@ -621,6 +627,10 @@ } } + if (shows.includes('refreshTab') && this.record.refreshTab && this.record.refreshTab.length) { + shows.push('urlPar') + } + return { shows, reOptions, -- Gitblit v1.8.0