other
/
mew-iview
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
8409abb81544da0859691bdf6edaf98b194f2428
Authored by
梁灏
2017-04-27 16:27:38 +0800
1 parent
f3630718
update Page #759
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/page/page.vue
Inline
Side-by-side
src/components/page/page.vue
Wrap text
Show/Hide comments
View file @
8409abb
...
...
@@ -236,8 +236,8 @@
236
236
},
237
237
onSize (pageSize) {
238
238
this.currentPageSize = pageSize;
239
- this.changePage(1);
240
239
this.$emit('on-page-size-change', pageSize);
240
+ this.changePage(1);
241
241
},
242
242
onPage (page) {
243
243
this.changePage(page);
...
...