From 35b44bed4aa7b3f645c20fca025813cf4f3786ea Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 02 二月 2020 10:22:25 +0800 Subject: [PATCH] 2020-02-02 --- src/templates/comtableconfig/index.jsx | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/templates/comtableconfig/index.jsx b/src/templates/comtableconfig/index.jsx index 5336e6d..60b8e4c 100644 --- a/src/templates/comtableconfig/index.jsx +++ b/src/templates/comtableconfig/index.jsx @@ -77,7 +77,7 @@ */ UNSAFE_componentWillMount () { const { menu } = this.props - console.log(menu) + let _LongParam = menu.LongParam let _config = '' @@ -2035,6 +2035,9 @@ let param = { editMenu: _originMenu, editTab: !isbutton ? item : '', + tabConfig: null, + editSubTab: null, + subTabConfig: null, editAction: isbutton ? item : '', subConfig: '', tabview: _view -- Gitblit v1.8.0