ソースを参照

宅基地资产地图公开优化

rongxin_prod
Xyq123* 1年前
コミット
d45b85415a
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/views/sunVillage_info/assetMapOpen.vue

+ 1
- 1
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;


読み込み中…
キャンセル
保存