From 14dddbb8c4babce0f2444e1d2d1a3784a273969d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 27 十二月 2019 09:15:57 +0800 Subject: [PATCH] 2019-12-27 --- src/components/tabview/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/tabview/index.jsx b/src/components/tabview/index.jsx index 6f61f04..2a6a77e 100644 --- a/src/components/tabview/index.jsx +++ b/src/components/tabview/index.jsx @@ -56,7 +56,7 @@ if (menu.MenuID === this.state.selectedTabId) { tabs[0] && (tabs[0].selected = true) } - console.log(tabs) + this.props.modifyTabview(tabs) } -- Gitblit v1.8.0