| | |
| | | if (_form && _form.select) { |
| | | _form.select() |
| | | } |
| | | } catch { |
| | | } catch (e) { |
| | | console.warn('focus error!') |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | return ( |
| | | <Form {...formItemLayout} className="ant-advanced-search-form main-form-field" id="tab-handle-form-box"> |
| | | <Form {...formItemLayout} className="tab-manage-form-field" id="tab-handle-form-box"> |
| | | <Row gutter={24}> |
| | | <Col span={24}> |
| | | <Form.Item label="标签名称"> |
| | |
| | | <Form.Item label="备注"> |
| | | {getFieldDecorator('Remark', { |
| | | initialValue: this.props.tab.Remark || '' |
| | | })(<TextArea autosize={{ minRows: 2, maxRows: 6 }} />)} |
| | | })(<TextArea autoSize={{ minRows: 2, maxRows: 6 }} />)} |
| | | </Form.Item> |
| | | </Col> |
| | | </Row> |