彭宇 před 2 roky
rodič
revize
3a4399eef1
1 změnil soubory, kde provedl 10 přidání a 0 odebrání
  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({