彭宇 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({