Explorar el Código

修改应急预案

JX.LI hace 2 años
padre
commit
ae94192023
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/api/forest.js

+ 2 - 2
src/api/forest.js

@@ -219,8 +219,8 @@ export function updateCentereventTEventcatalogueStatus(param) {
 // 事件调整关联预案
 export function updateYjYuAn(param) {
   return request({
-    url: '/center-fire/VisuForestCloudMapController/updateYjYuAn',
-    method: 'post',
+    url: '/center-event/centereventtfireevent',
+    method: 'put',
     data: param
   })
 }