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

父级:

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

子级:

this.$emit('childMethod', this.messageList);
原文地址:https://www.cnblogs.com/wxy-developer/p/8809567.html