Ver código fonte

详细信息添加

王通 2 anos atrás
pai
commit
36547135f7
1 arquivos alterados com 1 adições e 4 exclusões
  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
   })
 }