Commit ec6512ad by qiaoyanqi

反馈信息切换每页展示条数,抛出事件

parent bc26a93f
......@@ -93,7 +93,7 @@ export default {
},
pageSizeChange(size){
this.pageSize = size;
this.$emit('pageSize',size);
this.$emit('pageSizeChange',size);
},
seeDetail(params){
this.$emit('seeDetail',params.row);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment