react动态添加多个输入框

let obj = {}
result.forEach(item =>{

obj[item.eleId] = item
})
setFieldsValue(obj)

原文地址:https://www.cnblogs.com/shiyunfront/p/9294281.html