Commit 152c6069 by zhaochengxiang

索引类型默认选中

parent 756f1004
...@@ -500,12 +500,14 @@ const ImportActionIndex = (props) => { ...@@ -500,12 +500,14 @@ const ImportActionIndex = (props) => {
} }
const editLogic = (record) => { const editLogic = (record) => {
form.resetFields();
form.setFieldsValue({ form.setFieldsValue({
name: '', name: '',
attributesWithOrders: { attributesWithOrders: {
indexedEasyDataModelAttributes: [{}], indexedEasyDataModelAttributes: [{}],
indexedAttributeOrders: [''], indexedAttributeOrders: [''],
}, },
indextype: {},
unique: false, unique: false,
...record, ...record,
}); });
......
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