From e7c4c96647b065b3a7c823cb0d13341c8393849b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 11 五月 2022 16:34:28 +0800 Subject: [PATCH] 2022-05-11 --- src/menu/components/chart/chart-custom/index.jsx | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/menu/components/chart/chart-custom/index.jsx b/src/menu/components/chart/chart-custom/index.jsx index 929d17c..070caa0 100644 --- a/src/menu/components/chart/chart-custom/index.jsx +++ b/src/menu/components/chart/chart-custom/index.jsx @@ -50,7 +50,6 @@ let _card = { uuid: card.uuid, type: card.type, - floor: card.floor, tabId: card.tabId || '', parentId: card.parentId || '', format: 'array', // 缁勪欢灞炴�� - 鏁版嵁鏍煎紡 @@ -128,7 +127,7 @@ handleTabsChange = (parentId) => { const { card } = this.state - if (parentId === card.parentId) { + if (parentId === card.parentId || parentId === 'all') { let _element = document.getElementById(card.uuid + 'canvas') if (_element) { _element.innerHTML = '' -- Gitblit v1.8.0