Explorar el Código

宅基地资产地图公开优化

rongxin_prod
Xyq123* hace 1 año
padre
commit
d45b85415a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/views/sunVillage_info/assetMapOpen.vue

+ 1
- 1
src/views/sunVillage_info/assetMapOpen.vue Ver fichero

@@ -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;


Cargando…
Cancelar
Guardar