diff --git a/src/views/sunVillage_info/assetMapOpen.vue b/src/views/sunVillage_info/assetMapOpen.vue index f76c31e8..0a22cc18 100644 --- a/src/views/sunVillage_info/assetMapOpen.vue +++ b/src/views/sunVillage_info/assetMapOpen.vue @@ -943,7 +943,7 @@ }); //当前账套没有任何空间数据 if(mapTalkAbout){ - let deptName = this.$store.state.user.loginDeptId + ""; + let deptName =this.$cookies.get("deptId"); getQueryLand(deptName).then((response) => { if (response.code == 200) { let InsertCode = response.data;