From f8c3c53f9e29541f8c0e3fcbf682c301fd17e06a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 23 十一月 2020 17:49:23 +0800 Subject: [PATCH] 2020-11-23 --- src/views/menudesign/homeform/index.jsx | 19 ------------------- 1 files changed, 0 insertions(+), 19 deletions(-) diff --git a/src/views/menudesign/homeform/index.jsx b/src/views/menudesign/homeform/index.jsx index d16f9b4..6ca64be 100644 --- a/src/views/menudesign/homeform/index.jsx +++ b/src/views/menudesign/homeform/index.jsx @@ -17,8 +17,6 @@ if (key === 'cacheUseful') { this.props.updateConfig({...config, cacheUseful: value}) - } else if (key === 'diffUser') { - this.props.updateConfig({...config, diffUser: value}) } else if (key === 'timeUnit') { this.props.updateConfig({...config, timeUnit: value}) } @@ -65,23 +63,6 @@ )} </Form.Item> </Col> - {config.cacheUseful === 'true' ? <Col span={24}> - <Form.Item label={ - <Tooltip placement="topLeft" title="瀵逛簬涓嶅悓鐢ㄦ埛锛屾煡璇俊鎭槸鍚﹀瓨鍦ㄥ樊寮傘��"> - <Icon type="question-circle" /> - 鍖哄垎鐢ㄦ埛 - </Tooltip> - }> - {getFieldDecorator('diffUser', { - initialValue: config.diffUser || 'true' - })( - <Radio.Group onChange={(e) => {this.selectChange('diffUser', e.target.value)}}> - <Radio value="true">鏄�</Radio> - <Radio value="false">鍚�</Radio> - </Radio.Group> - )} - </Form.Item> - </Col> : null} {config.cacheUseful === 'true' ? <Col span={24}> <Form.Item label="鍗曚綅"> {getFieldDecorator('timeUnit', { -- Gitblit v1.8.0