Skip to content

Commit

Permalink
bugfix: user list cannot turn page
Browse files Browse the repository at this point in the history
  • Loading branch information
xwjdsh committed Jul 15, 2018
1 parent d3c6559 commit 99cc1c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fe/src/views/UserTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
:tableData="statusList"
:tableCols="tableCols"
:pagination="pagination"
@page-change="pageChanged"
>
<template slot="operator" slot-scope="{ col, row }">
<el-dropdown>
Expand Down

0 comments on commit 99cc1c3

Please sign in to comment.