From 3ba2c1910e0545fe0afc007b780b67f8bf4d312d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 24 七月 2023 11:01:22 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/tabviews/custom/index.jsx |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/tabviews/custom/index.jsx b/src/tabviews/custom/index.jsx
index 633b8c8..83bf8a9 100644
--- a/src/tabviews/custom/index.jsx
+++ b/src/tabviews/custom/index.jsx
@@ -920,8 +920,7 @@
         })
         return component
       } else if (component.type === 'group') {
-        component.components = this.formatSetting(component.components, params, inherit, regs, balMap)
-        component = {...component, ...inherit}
+        component.components = this.formatSetting(component.components, params, null, regs, balMap)
         return component
       } else if (component.wrap && component.wrap.datatype === 'public') {
         component.setting.useMSearch = false

--
Gitblit v1.8.0