export default (struct, data) => { for(var i in struct) { struct[i].value = data[i] || ''; } return struct; }