ソースを参照

优化 访客登记 分页功能

wuxw 6 年 前
コミット
b35813b8b0
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      WebService/src/main/resources/components/visitInfoPackage/visit-manage/visitManage.js

+ 1 - 1
WebService/src/main/resources/components/visitInfoPackage/visit-manage/visitManage.js

@@ -45,7 +45,7 @@
                         vc.component.appManageInfo.records = _visitManageInfo.records;
                         vc.component.appManageInfo.visits = _visitManageInfo.visits;
                         vc.emit('pagination', 'init', {
-                            total: _visitManageInfo.total,
+                            total: _visitManageInfo.records,
                             currentPage: _page
                         });
                     }, function (errInfo, error) {