Commit 152c6069 by zhaochengxiang

索引类型默认选中

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