From 886e6cda9d597477825945181d58658564d2d445 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 16 一月 2025 22:38:27 +0800
Subject: [PATCH] 2025-01-16

---
 src/menu/components/form/formaction/actionform/index.jsx |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/menu/components/form/formaction/actionform/index.jsx b/src/menu/components/form/formaction/actionform/index.jsx
index a46a9ca..2f9e22f 100644
--- a/src/menu/components/form/formaction/actionform/index.jsx
+++ b/src/menu/components/form/formaction/actionform/index.jsx
@@ -62,6 +62,9 @@
       if (this.record.execSuccess === 'never') {
         shows.push('resetForms')
       }
+      if (this.record.refreshTab && this.record.refreshTab.length) {
+        shows.push('urlPar')
+      }
       if (this.record.syncComponent && this.record.syncComponent[0]) {
         shows.push('syncDelay')
       }

--
Gitblit v1.8.0