groupBy (data, value => { return value.id + '#' + value.name; }); const result = _.map(groups, group => { return { id: group[0].id, ...
確定! 回上一頁