js遍历数组,并向每⼀个对象元素添加新属性// 获取发票列表
async getInvoiceList(id) {
const result = await invoiceList({ exhibitionId: id });
console.log(result);js assign
if (de === 200) {
let arryNew = []
const obj = {
companyAndPhone:item.producerInfo.address + "+" + item.producerInfo.phone,
mailingAndAddress:item.address+"+"+item.phone
};
arryNew.push(Object.assign({}, item,obj))
});
console.log(arryNew);
this.invoiceLists = arryNew;
}
},
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论