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