Browse Source

应收对账单搜索异常处理

hejq 7 years ago
parent
commit
c15f02ed4c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/webapp/resources/js/index/app.js

+ 2 - 1
src/main/webapp/resources/js/index/app.js

@@ -9576,7 +9576,8 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
                 var pageParams = params.url();
                 pageParams.searchFilter = { // 筛选条件
                     fromDate: getDateTime($scope.condition.dateFrom),
-                    endDate: getDateTime($scope.condition.dateTo)
+                    endDate: getDateTime($scope.condition.dateTo),
+                    keyword: $scope.keyword
                 };
                 pageParams.keyword = $scope.keyword;
                 if ($scope.active === 'all') {