diff --git a/src/views/dataBoard/cpts/map/popup.vue b/src/views/dataBoard/cpts/map/popup.vue index bb5968153..7b704cced 100644 --- a/src/views/dataBoard/cpts/map/popup.vue +++ b/src/views/dataBoard/cpts/map/popup.vue @@ -25,7 +25,7 @@
所属小区: - {{ info.house || "--" }} + {{ info.village || "--" }}
@@ -36,6 +36,7 @@ 性别: {{ info.genderShow || "--" }}
+
证件号: {{ info.idcard || "--" }} diff --git a/src/views/dataBoard/renfang/index.vue b/src/views/dataBoard/renfang/index.vue index 0d5552b4c..e908e6df4 100644 --- a/src/views/dataBoard/renfang/index.vue +++ b/src/views/dataBoard/renfang/index.vue @@ -426,7 +426,10 @@
- +
@@ -672,7 +675,6 @@ export default { title = item.building + "-" + item.unit + "-" + item.door; } - console.log('==========detailJson', detailJson); return { title, type, @@ -680,6 +682,7 @@ export default { ...detailJson, }; }); + console.log("==========this.searchModule.result", this.searchModule.result); } else { this.$message.error(msg); } @@ -870,9 +873,9 @@ export default { this.$message.error(msg); } }, - handelClickRkfxPei(val){ + handelClickRkfxPei(val) { console.log(val); - } + }, }, };