deleteById:function(id){ this.checkList.forEach(function (itme,index,array) { if(itme.id===id){ array.splice(index,1); } }) },
deleteById:function(id){ this.checkList.forEach(function (itme,index,array) { if(itme.id===id){ array.splice(index,1); } }) },