//数组从__ob__Observer可以取长度
// that.allResBcombinesList= Object.assign([],that.allResBcombinesList) //赋值后还是__ob__Observer 形式的数组
// that.allResBcombinesList=JSON.parse(JSON.stringify(that.allResBcombinesList))//赋值后还是__ob__Observer 形式的数组
// console.log('JSON --- that.allResBcombinesList',JSON.parse(JSON.stringify(that.allResBcombinesList)));//直接打印是正常的数组--浅拷贝
// console.log('Object.assign([],that.allResBcombinesList)',Object.assign([],that.allResBcombinesList));//直接打印是正常的数组--深拷贝