From f128d679cacda2a6b5b730ad0368b5fe73f887f7 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 14 二月 2025 15:27:02 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/menu/components/share/actioncomponent/actionform/index.jsx |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/menu/components/share/actioncomponent/actionform/index.jsx b/src/menu/components/share/actioncomponent/actionform/index.jsx
index 72792b9..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')

--
Gitblit v1.8.0