diff --git a/src/views/dataBoard/renfang/index.vue b/src/views/dataBoard/renfang/index.vue
index 8e5268e6f..0d5552b4c 100644
--- a/src/views/dataBoard/renfang/index.vue
+++ b/src/views/dataBoard/renfang/index.vue
@@ -672,11 +672,12 @@ export default {
title =
item.building + "-" + item.unit + "-" + item.door;
}
+ console.log('==========detailJson', detailJson);
return {
title,
type,
- ...detailJson,
...item,
+ ...detailJson,
};
});
} else {
diff --git a/src/views/modules/base/community/roomForm.vue b/src/views/modules/base/community/roomForm.vue
index 2bb6faf93..507ea3642 100644
--- a/src/views/modules/base/community/roomForm.vue
+++ b/src/views/modules/base/community/roomForm.vue
@@ -11,7 +11,7 @@
- {{agencyObj.agencyName}}-{{ agencyObj.gridName}}-{{agencyObj.neighborHoodName}}
+ {{agencyObj.neighborHoodName}}-{{ dataForm.buildingName }}