From 061e2388d84fc545d01175ed6793ce8dea0e7338 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 11 七月 2023 18:02:58 +0800 Subject: [PATCH] 2023-07-11 --- src/views/basedesign/index.jsx | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/src/views/basedesign/index.jsx b/src/views/basedesign/index.jsx index bc036a1..0adc4d0 100644 --- a/src/views/basedesign/index.jsx +++ b/src/views/basedesign/index.jsx @@ -14,7 +14,6 @@ const Header = asyncComponent(() => import('@/menu/header')) const ComTableConfig = asyncLoadComponent(() => import('@/templates/comtableconfig')) const TreePageConfig = asyncLoadComponent(() => import('@/templates/treepageconfig')) -const FormTabConfig = asyncLoadComponent(() => import('@/templates/formtabconfig')) const ModalConfig = asyncLoadComponent(() => import('@/templates/modalconfig')) const SubTable = asyncLoadComponent(() => import('@/templates/subtableconfig')) @@ -229,14 +228,6 @@ tabConfig={this.state.tabConfig} btnTab={this.state.btnTab} btnTabConfig={this.state.btnTabConfig} - config={this.state.subConfig} - handleView={this.handleView} - /> : null - } - {this.state.tabview === 'FormTab' ? - <FormTabConfig - menu={this.state.editMenu} - btnTab={this.state.btnTab} config={this.state.subConfig} handleView={this.handleView} /> : null -- Gitblit v1.8.0