Commit 51bee13d authored by youjie's avatar youjie

no message

parent b112af18
...@@ -352,11 +352,11 @@ ...@@ -352,11 +352,11 @@
); );
}, },
handleSizeChange(val) { handleSizeChange(val) {
this.msg.pageSize = val this.msg.PageSize = val
this.init(); this.init();
}, },
handleCurrentChange(val) { handleCurrentChange(val) {
this.msg.pageIndex = val; this.msg.PageIndex = val;
this.init(); this.init();
}, },
}, },
......
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