王通 1 gadu atpakaļ
vecāks
revīzija
1946fcd3a6
1 mainītis faili ar 8 papildinājumiem un 0 dzēšanām
  1. 8 0
      src/api/forest.js

+ 8 - 0
src/api/forest.js

@@ -327,3 +327,11 @@ export function getMenuEventType() {
     method: 'get',
   })
 }
+// 获取事件详情
+export function getEventPush(param) {
+  return request({
+    url: '/center-environment/VisuForestCloudMapController/getEventPush',
+    method: 'post',
+    data: param
+  })
+}