vue 通过value 返回选中 值所在对象

this.arr.filter((c,i,a)=>{//第一个参数为当前项,第二个参数为索引,第三个为原值

     var hh = that.list.filter(function (c, i, a) {//第一个参数为当前项,第二个参数为索引,第三个为原值

        if (c.id == that.current) {
          return c
        }
      })

})

posted @ 2020-11-03 20:09  泽泽生龙  阅读(401)  评论(0编辑  收藏  举报