摘要:
//发送子组件 getRowId(event) { VueEvent.$emit('rowId', event.currentTarget.id); } //接收子组件 VueEvent.$on('rowId', function (id) { console.log(id); var anchor 阅读全文
posted @ 2020-06-07 15:06
ladlin
阅读(211)
评论(0)
推荐(0)
浙公网安备 33010602011771号