From c0fa32dc711110a8bfd95939439ad8cd3782e3ab Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 24 七月 2023 11:00:16 +0800 Subject: [PATCH] 2023-07-24 --- src/tabviews/custom/popview/index.jsx | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/tabviews/custom/popview/index.jsx b/src/tabviews/custom/popview/index.jsx index 04c65bb..74ada91 100644 --- a/src/tabviews/custom/popview/index.jsx +++ b/src/tabviews/custom/popview/index.jsx @@ -714,8 +714,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