Commit ee405a31 by zhaochengxiang

推荐

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