소스 검색

地图图层

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")
     }
   })
 }