绑定当前页码
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
36 | </el-table> | 36 | </el-table> |
37 | <div class="pagination"> | 37 | <div class="pagination"> |
38 | <el-pagination background layout="prev, pager, next" :total="total" | 38 | <el-pagination background layout="prev, pager, next" :total="total" |
39 | @current-change="handleCurrentChange"> | 39 | :current-page="pageNo" @current-change="handleCurrentChange"> |
40 | </el-pagination> | 40 | </el-pagination> |
41 | </div> | 41 | </div> |
42 | </div> | 42 | </div> | ... | ... |
-
Please register or sign in to post a comment