Ver código fonte

数字消防 统计分析 按时间、事件类别统计事件数据(年度、月份、四类事件数量)

wangzhe 2 anos atrás
pai
commit
0df1ab6186
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/api/bigdata.js

+ 2 - 2
src/api/bigdata.js

@@ -197,7 +197,7 @@ export function getRlt(param) {
 export function getEventTypeYearStatistics() {
   return request({
     url: '/center-resources/VisuForestCloudBigDataController/getEventTypeYearStatistics',
-    method: 'get'
+    method: 'post'
   })
 }
 
@@ -205,7 +205,7 @@ export function getEventTypeYearStatistics() {
 export function getInjectionYear() {
   return request({
     url: '/center-resources/VisuForestCloudBigDataController/getInjectionYear',
-    method: 'get'
+    method: 'post'
   })
 }