浏览代码

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

wangzhe 2 年之前
父节点
当前提交
0df1ab6186
共有 1 个文件被更改,包括 2 次插入2 次删除
  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'
   })
 }