子组件中写:
this.$emit('RowCount',res.data.RowCount);
父组件中写:
getMFGLRowCount(val){
//父组件中的方法: 接收子组件传过来的参数值赋值给父组件的变量
//this.totalCount = val;
alert("这是父组件 methods 中的方法,接收的子组件的值为:"+val);
}文章来源:https://www.toymoban.com/news/detail-702111.html
<catalog @RowCount="getMFGLRowCount"></catalog>文章来源地址https://www.toymoban.com/news/detail-702111.html
到了这里,关于vue 子组件向父组件传递参数 子传父的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!