king
2020-08-31 b3547d1c531e479021219fda5df153a11b9b52a3
src/templates/formtabconfig/groupform/index.jsx
@@ -119,7 +119,7 @@
            </Form.Item>
          </Col>
          {!group.isDefault ? <Col span={24}>
            <TransferForm dict={this.props.dict} fields={this.state.source} ref="fields-transfer" selected={this.state.selectds}/>
            <TransferForm fields={this.state.source} ref="fields-transfer" selected={this.state.selectds}/>
          </Col> : null}
        </Row>
      </Form>