|
|
@@ -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') {
|