彭宇 hace 2 años
padre
commit
3a4399eef1
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10 0
      src/api/forest.js

+ 10 - 0
src/api/forest.js

@@ -182,6 +182,16 @@ export function updateCentereventTEventcatalogueStatus(param) {
   })
 }
 
+// 事件调整关联预案
+export function updateYjYuAn(param) {
+  return request({
+    url: '/center-fire/VisuForestCloudMapController/updateYjYuAn',
+    method: 'post',
+    data:param
+  })
+}
+
+
 // 事件处理流程-签收部门
 export function selectByeventCode(eventCode) {
   return request({