소스 검색

线程池修改

hanqingsong 4 년 전
부모
커밋
b058913590
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/resources/static/app/intelligent/gasDetection/service/gasDetectionPlanService.js

+ 2 - 2
src/main/resources/static/app/intelligent/gasDetection/service/gasDetectionPlanService.js

@@ -88,9 +88,9 @@ angular.module('app.intelligent').service("gasDetectionPlanService", function ($
88 88
         var orgId = $rootScope.depotInfo.orgId;
89 89
         var d = $q.defer();
90 90
         $http({
91
-            method: 'POST',
91
+            method: 'GET',
92 92
             url: APP_CONFIG.intelligentUrl + '/intelligents/gasDetection/sendOnlyGasDetection',
93
-            data: {
93
+            params: {
94 94
                 storeCode: storeCode,
95 95
                 orgId: orgId
96 96
             }