addItem(dataForm){ for(var key in this.menu ){ if(this.menu[key].id ==dataForm.data.parent_id ){ this.menu[key].children.push(dataForm.data) } } }