|
@@ -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'
|
|
|
})
|
|
|
}
|
|
|
|