js对象数组赋值或者新增新对象

var model = []
//newData是新的对象数组
model = Object.assign({}, model ,newData.data)

你可能感兴趣的