彭宇 2 роки тому
батько
коміт
3a4399eef1
1 змінених файлів з 10 додано та 0 видалено
  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({