diff --git a/src/views/modules/base/community/community.vue b/src/views/modules/base/community/community.vue index 7ba9c6498..a6441afff 100644 --- a/src/views/modules/base/community/community.vue +++ b/src/views/modules/base/community/community.vue @@ -75,6 +75,31 @@ + +
+
房屋用途
+
+ + + + + + +
+
+ +
+
备注
+
+ + + + +
+
{ @@ -224,6 +260,8 @@ export default { this.ownerName = '' this.ownerPhone = '' this.rentFlag = '' + this.purpose = '' + this.remark = '' this.pageSize = 10 this.pageNo = 1 @@ -295,6 +333,8 @@ export default { this.ownerName = '' this.ownerPhone = '' this.rentFlag = '' + this.purpose = '' + this.remark = '' this.showRoomTable = false this.selObj = JSON.parse(JSON.stringify(obj))