const house_id = 'house_id';//重复依据
const r = arr.reduce((all, next) => all.some((atom) => atom[house_id] == next[house_id]) ? all : [...all, next],[]);//去重复
11-14
342

07-07
352

08-30
228
