From deab3ddf1990cd25b4692d1358ac9d50856644f0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 24 三月 2023 14:28:31 +0800 Subject: [PATCH] 2023-03-24 --- src/tabviews/custom/popview/index.jsx | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/popview/index.jsx b/src/tabviews/custom/popview/index.jsx index 6149fc0..7c3ba68 100644 --- a/src/tabviews/custom/popview/index.jsx +++ b/src/tabviews/custom/popview/index.jsx @@ -380,6 +380,7 @@ cell.logLabel = item.$menuname + '-' + cell.label cell.syncComponentId = cell.syncComponent ? (cell.syncComponent.pop() || '') : '' cell.$menuId = item.uuid + cell.$MenuID = Tab.$MenuID cell.$tabId = Tab.uuid cell.$toolbtn = true @@ -424,6 +425,7 @@ cell.Ot = cell.Ot || 'requiredSgl' cell.syncComponentId = cell.syncComponent ? (cell.syncComponent.pop() || '') : '' cell.$menuId = item.uuid + cell.$MenuID = Tab.$MenuID cell.$tabId = Tab.uuid if (!mutil && cell.syncComponentId === item.setting.supModule) { @@ -464,6 +466,7 @@ cell.Ot = cell.Ot || 'requiredSgl' cell.syncComponentId = cell.syncComponent ? (cell.syncComponent.pop() || '') : '' cell.$menuId = item.uuid + cell.$MenuID = Tab.$MenuID cell.$tabId = Tab.uuid if (!mutil && cell.syncComponentId === item.setting.supModule) { @@ -510,6 +513,7 @@ cell.logLabel = item.$menuname + '-' + cell.label cell.syncComponentId = cell.syncComponent ? (cell.syncComponent.pop() || '') : '' cell.$menuId = item.uuid + cell.$MenuID = Tab.$MenuID cell.$tabId = Tab.uuid if (cell.syncComponentId === item.wrap.supModule) { @@ -549,6 +553,7 @@ cell.Ot = cell.Ot || 'requiredSgl' cell.syncComponentId = cell.syncComponent ? (cell.syncComponent.pop() || '') : '' cell.$menuId = item.uuid + cell.$MenuID = Tab.$MenuID cell.$tabId = Tab.uuid if (cell.syncComponentId === item.setting.supModule) { -- Gitblit v1.8.0