浏览代码

优化环翠手机端

wulanhaote
hbao 3 年前
父节点
当前提交
efa9b6348c
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. +4
    -4
      src/views/homestead/index.vue

+ 4
- 4
src/views/homestead/index.vue 查看文件

@@ -1651,8 +1651,8 @@ export default {
// }
// })
this.switchLoad();
this.tGeoOrganization.orgCode = houseInfoList.orgCode;
coordinatesUpdateGeo(this.tGeoOrganization.orgCode).then((res) => {});
//this.tGeoOrganization.orgCode = houseInfoList.orgCode;
//coordinatesUpdateGeo(this.tGeoOrganization.orgCode).then((res) => {});
}
});
})
@@ -1774,8 +1774,8 @@ export default {
// }
//列表更新
this.switchLoad();
this.tGeoOrganization.orgCode = landInfoList.orgCode;
coordinatesUpdateGeo(this.tGeoOrganization.orgCode).then((res) => {});
//this.tGeoOrganization.orgCode = landInfoList.orgCode;
//coordinatesUpdateGeo(this.tGeoOrganization.orgCode).then((res) => {});
}
});
})


正在加载...
取消
保存