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