Explorar o código

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

wangzhe %!s(int64=2) %!d(string=hai) anos
pai
achega
0df1ab6186
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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'
   })
 }