Sfoglia il codice sorgente

详细信息添加

王通 2 anni fa
parent
commit
36547135f7
1 ha cambiato i file con 1 aggiunte e 4 eliminazioni
  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
   })
 }