Browse Source

详细信息添加

王通 2 năm trước cách đây
mục cha
commit
099bb1d705
1 tập tin đã thay đổi với 2 bổ sung4 xóa
  1. 2 4
      src/api/forest.js

+ 2 - 4
src/api/forest.js

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