form
form copied to clipboard
setFieldsValue does not use lodash set and get function
form.setFieldsValue({
[`materialList[${key}].unit`]: { key: unitId, label: unitName }
});
code like this is not work with antd-design
。because setFieldsValue
does not use lodash set
.