Просмотр исходного кода

新增应收对账导出数据异常的处理

hejq 7 лет назад
Родитель
Сommit
7510c15ffb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/webapp/resources/js/index/app.js

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

@@ -9843,7 +9843,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
                 url = url + '&fromDate=' + $scope.fromDate + '&endDate=' + $scope.endDate;
             }
             if (angular.isDefined($scope.thisMouth)) {
-                url = url + '&checkDate=' + $scope.thisMouth;
+                url = url + '&checkDate=' + $scope.thisMouth;x
             }
             if (angular.isDefined($scope.receiveName)) {
                 url = url + '&receiveName=' + $scope.receiveName;