Vue:子组件改变父级组件的信息

父级:

<accountOpeningBank v-on:childMethod="purchLists"></accountOpeningBank>

子级:

this.$emit('childMethod', this.messageList);

 

posted @ 2018-04-12 18:21  代码是我蓝朋友  阅读(179)  评论(0编辑  收藏  举报