From a1682ec3160f8d04fcb8cd4d0801a1367aa86113 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 10 十一月 2023 10:14:34 +0800 Subject: [PATCH] 2023-11-10 --- src/tabviews/custom/index.jsx | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/tabviews/custom/index.jsx b/src/tabviews/custom/index.jsx index 0bfd2d0..6e6ddab 100644 --- a/src/tabviews/custom/index.jsx +++ b/src/tabviews/custom/index.jsx @@ -554,6 +554,7 @@ item.wrap.datatype = 'static' } else { item.setting = {...inter.setting} + item.$searchId = inter.$searchId } } } @@ -1050,9 +1051,6 @@ component.components = this.formatSetting(component.components, params, null, regs, balMap) return component } else if (component.wrap && component.wrap.datatype === 'public') { - component.setting.useMSearch = false - component.setting.sync = 'false' - return component } else if (component.wrap && component.wrap.datatype === 'static') { component.format = '' -- Gitblit v1.8.0