From 98b648a3d8b1ecbcae4937617cfe8318dbdfa3a1 Mon Sep 17 00:00:00 2001 From: whychdw <49690745@qq.com> Date: 星期二, 03 十二月 2019 16:30:49 +0800 Subject: [PATCH] 数据为空重置分页 --- www/pages/main/main.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/www/pages/main/main.html b/www/pages/main/main.html index 1e627d3..b1a5554 100644 --- a/www/pages/main/main.html +++ b/www/pages/main/main.html @@ -95,7 +95,7 @@ </el-table-column> </el-table> </div> - <el-pagination large style="text-align:center" background layout="prev, pager, next" :current-page="tbls.warning.page.PageCurr" :total="tbls.warning.page.PageAll" @current-change="warningCurrentChange"> + <el-pagination large style="text-align:center" background layout="prev, pager, next" :total="tbls.warning.page.PageAll" @current-change="warningCurrentChange"> </el-pagination> </div> <div class="tab-item" style="display:none" v-show="tabs.active == 'charge'"> -- Gitblit v1.9.1