Commit f1efd2a6 by zhaochengxiang

推荐

parent ee405a31
......@@ -901,9 +901,9 @@ export const ImportActionTable = (props) => {
};
const onSuggestChange = (record) => {
const { notNull, partOfPrimaryKeyLogically, foreignKey, ...restProps } = record;
const { notNull, partOfPrimaryKeyLogically, foreignKey, ...restRecord } = record;
form.setFieldsValue({
...restProps
...restRecord
});
setSuggests([]);
......
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