在父组件里面注册子组件的地方,注册自定义事件@delete-data="deleteData" 在子组件里面添加this.$emit("delete-data",param),param为子组件触发父组件事件的时候,传给父组件的事件的值。