Ver código fonte

线程池修改

hanqingsong 4 anos atrás
pai
commit
b058913590

+ 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
             }