Browse Source

更新预案

彭宇 2 năm trước cách đây
mục cha
commit
3a4399eef1
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  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({