码迷,mamicode.com
首页 > 编程语言 > 详细

vue 去重数组中的对象

时间:2021-04-28 12:04:33      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:div   str   amp   return   turn   new   nbsp   filter   unique   

    unique(arr) {
      const res = new Map();
      return arr.filter(
        (arr) => !res.has(arr.strat_id) && res.set(arr.strat_id, 1)
      );
    },

vue 去重数组中的对象

标签:div   str   amp   return   turn   new   nbsp   filter   unique   

原文地址:https://www.cnblogs.com/eternityyl/p/14710835.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!