From 37a134bd23ec4b227a0e010b08a1a89c2bbaaa0d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 03 十一月 2020 17:10:14 +0800 Subject: [PATCH] 2020-11-03 --- src/templates/modalconfig/index.jsx | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/src/templates/modalconfig/index.jsx b/src/templates/modalconfig/index.jsx index 759e390..a6f6da3 100644 --- a/src/templates/modalconfig/index.jsx +++ b/src/templates/modalconfig/index.jsx @@ -352,7 +352,7 @@ * 3銆佽缃紪杈戝弬鏁伴」-formlist */ handleForm = (_card) => { - const {menu, tabConfig, subTabConfig} = this.props + const { menu, tabConfig, subTabConfig } = this.props let card = JSON.parse(JSON.stringify(_card)) const { config } = this.state let _inputfields = [] @@ -797,14 +797,8 @@ setAll: 'false', options: [], dataSource: '', - linkField: '', - valueField: '', - valueText: '', - orderBy: '', orderType: 'asc', decimal: 0, - min: '', - max: '', readonly: 'false', required: 'true' } @@ -844,10 +838,6 @@ setAll: 'false', options: [], dataSource: '', - linkField: '', - valueField: '', - valueText: '', - orderBy: '', orderType: 'asc', readonly: 'false', required: 'true' -- Gitblit v1.8.0