Vue:子組件改變父級組件的信息
父級:
<accountOpeningBank v-on:childMethod="purchLists"></accountOpeningBank>
子級:
this.$emit('childMethod', this.messageList);
父級:
<accountOpeningBank v-on:childMethod="purchLists"></accountOpeningBank>
子級:
this.$emit('childMethod', this.messageList);