Explorar o código

详细信息添加

王通 %!s(int64=2) %!d(string=hai) anos
pai
achega
36547135f7
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      src/api/forest.js

+ 1 - 4
src/api/forest.js

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