Explorar el Código

详细信息添加

王通 hace 2 años
padre
commit
6e426ac212
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/api/forest.js

+ 1 - 1
src/api/forest.js

@@ -12,7 +12,7 @@ export function fireControlViewPoint(type) {
   return request({
     url: '/center-firecontrol/VisuForestDataCenterController/fireControlViewPoint',
     method: 'post',
-    param: type
+    data: type
   })
 }
 export function getNewDataByDate(data) {