hanqingsong лет назад: 4
Родитель
Сommit
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
         var orgId = $rootScope.depotInfo.orgId;
88
         var orgId = $rootScope.depotInfo.orgId;
89
         var d = $q.defer();
89
         var d = $q.defer();
90
         $http({
90
         $http({
91
-            method: 'POST',
91
+            method: 'GET',
92
             url: APP_CONFIG.intelligentUrl + '/intelligents/gasDetection/sendOnlyGasDetection',
92
             url: APP_CONFIG.intelligentUrl + '/intelligents/gasDetection/sendOnlyGasDetection',
93
-            data: {
93
+            params: {
94
                 storeCode: storeCode,
94
                 storeCode: storeCode,
95
                 orgId: orgId
95
                 orgId: orgId
96
             }
96
             }