From a975aa770d1f5d0ae133f0e87a28b5d6b94734ef Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 09 五月 2024 11:16:42 +0800
Subject: [PATCH] 2024-05-09

---
 src/templates/comtableconfig/updatetable/index.jsx |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/templates/comtableconfig/updatetable/index.jsx b/src/templates/comtableconfig/updatetable/index.jsx
index 97d5062..ed03667 100644
--- a/src/templates/comtableconfig/updatetable/index.jsx
+++ b/src/templates/comtableconfig/updatetable/index.jsx
@@ -1080,14 +1080,10 @@
         if (newCon.equalTab && oldtabs && oldtabs[newCon.equalTab]) {
           _btn.syncComponent.push(oldtabs[newCon.equalTab])
         }
-      } else if (_btn.execSuccess === 'maingrid') {
-        _btn.execSuccess = 'mainline'
       }
 
       if (_btn.execError === 'equaltab') {
         _btn.execError = 'grid'
-      } else if (_btn.execError === 'maingrid') {
-        _btn.execError = 'mainline'
       }
 
       if (_btn.popClose === 'equaltab') {
@@ -1097,8 +1093,6 @@
         if (newCon.equalTab && oldtabs && oldtabs[newCon.equalTab]) {
           _btn.syncComponent.push(oldtabs[newCon.equalTab])
         }
-      } else if (_btn.popClose === 'maingrid') {
-        _btn.popClose = 'mainline'
       }
 
       if (_btn.OpenType === 'pop' || (_btn.OpenType === 'funcbutton' && _btn.funcType === 'print' && _btn.execMode === 'pop')) {

--
Gitblit v1.8.0