Commit ee405a31 by zhaochengxiang

推荐

parent 3e5cd1d6
......@@ -901,10 +901,9 @@ export const ImportActionTable = (props) => {
};
const onSuggestChange = (record) => {
form.resetFields();
const { notNull, partOfPrimaryKeyLogically, foreignKey, ...restProps } = record;
form.setFieldsValue({
...record
...restProps
});
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