Commit e7f24a60 by zhaochengxiang

技术主键

parent 4e5c979d
...@@ -103,6 +103,8 @@ const AttributesSelect = ({ value = [], modelerData, onChange, mode = 'multiple' ...@@ -103,6 +103,8 @@ const AttributesSelect = ({ value = [], modelerData, onChange, mode = 'multiple'
}) })
} }
console.log('currentAttributes', currentAttributes)
triggerChange(currentAttributes); triggerChange(currentAttributes);
} }
...@@ -635,7 +637,7 @@ const ImportActionHeader = (props) => { ...@@ -635,7 +637,7 @@ const ImportActionHeader = (props) => {
label="技术主键" label="技术主键"
name="easyDataModelerPrimaryKey" name="easyDataModelerPrimaryKey"
> >
<AttributesSelect modelerData={modelerData} /> <AttributesSelect modelerData={modelerData} mode='tags' />
</Form.Item> </Form.Item>
</Col> </Col>
<Col xs={24} sm={24} lg={12} xl={8}> <Col xs={24} sm={24} lg={12} xl={8}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment