瀏覽代碼

地图图层

hanfucheng 1 年之前
父節點
當前提交
941bfa48fa
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      data-ui/src/api/components/supermap.js

+ 2 - 2
data-ui/src/api/components/supermap.js

@@ -15,8 +15,8 @@ export function queryMap(state) {
     method: 'post',
     data: {
       visuId: state,
-      deptId: 365
-      // deptId:Cookies.get("deptId")
+      // deptId: 365
+      deptId:Cookies.get("deptId")
     }
   })
 }