From 66551ce2db74ccd54226fb78a640d07f04519917 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 27 一月 2025 22:32:15 +0800
Subject: [PATCH] 2025-01-27

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

diff --git a/src/menu/components/share/actioncomponent/actionform/index.jsx b/src/menu/components/share/actioncomponent/actionform/index.jsx
index 727c2dc..1993cd4 100644
--- a/src/menu/components/share/actioncomponent/actionform/index.jsx
+++ b/src/menu/components/share/actioncomponent/actionform/index.jsx
@@ -231,10 +231,11 @@
           if (this.record.execType === 'single') {
             shows.push('execInterval')
           }
-        } else {
-          shows.push('execInterval')
         }
       }
+      if (intertype === 'outer' || intertype === 'custom') {
+        shows.push('execInterval')
+      }
       if (this.record.openmenu && this.record.openmenu !== 'goback') {
         shows.push('open')
       }

--
Gitblit v1.8.0