From 02e4671eb54db281382bfd5d99a4cbdd0121cb39 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 03 一月 2025 13:10:09 +0800
Subject: [PATCH] 2025-01-03

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

diff --git a/src/menu/components/share/actioncomponent/actionform/index.jsx b/src/menu/components/share/actioncomponent/actionform/index.jsx
index a9d4429..6fcaa2f 100644
--- a/src/menu/components/share/actioncomponent/actionform/index.jsx
+++ b/src/menu/components/share/actioncomponent/actionform/index.jsx
@@ -251,7 +251,7 @@
       if (openType === 'pop') {
         shows.push('extBtn')
         if (this.record.extBtn === 'true') {
-          shows.push('extLabel', 'extValue')
+          shows.push('extLabel', 'extStyle', 'confLabel', 'confStyle', 'extValue')
         }
       }
     } else if (openType === 'form') {
@@ -741,6 +741,10 @@
             _fieldval.color = 'primary'
           }
         }
+        this.record.resetPageIndex = 'false'
+        if ([this.record.execSuccess, this.record.execError].includes('grid')) {
+          _fieldval.resetPageIndex = 'false'
+        }
       } else if (value === 'audit') {
         _fieldval.label = '瀹℃牳'
         _fieldval.Ot = 'required'
@@ -757,6 +761,10 @@
         } else {
           _fieldval.color = 'danger'
         }
+        this.record.resetPageIndex = 'true'
+        if ([this.record.execSuccess, this.record.execError].includes('grid')) {
+          _fieldval.resetPageIndex = 'true'
+        }
       } else if (value === 'custom') {
         _fieldval.Ot = 'required'
       }

--
Gitblit v1.8.0