浏览代码

10.事件列表的分页,用不了

seimin 11 月之前
父节点
当前提交
711e2ed301
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      assets/js/controllers/incident/incidentCtrl.js

+ 1 - 0
assets/js/controllers/incident/incidentCtrl.js

@@ -958,6 +958,7 @@ app.controller('incidentListCtrl', ["$scope", "$http", "i18nService", "$rootScop
958 958
             $scope.jry_idx = newPage - 1;
959 959
             filtersData.sum = pageSize;
960 960
             $scope.jry_sum = pageSize;
961
+            $scope.refreshData('expand-right', filtersData);
961 962
         });
962 963
 
963 964
         $scope.Change = function (upTypes) {