diff --git a/src/views/projectFront/projectSummary/buildingManage/buildingManagement.vue b/src/views/projectFront/projectSummary/buildingManage/buildingManagement.vue index 7a43c250..6f974cf6 100644 --- a/src/views/projectFront/projectSummary/buildingManage/buildingManagement.vue +++ b/src/views/projectFront/projectSummary/buildingManage/buildingManagement.vue @@ -27,7 +27,10 @@ @@ -515,20 +518,19 @@ export default { this.currentBuildId = row.id //绑定户型 if(index === 0){ - + this.tableType = 1 if(this.breadcrumbItem.length === 1){ this.breadcrumbItem.push(row.name) this.getFloorAndRoom(this.tableData[buildingIndex].id) - this.tableType = 1 } } //编辑 else if(index === 1){ // this.currentBuildId = row.id + this.tableType = 2 if(this.breadcrumbItem.length === 1){ this.breadcrumbItem.push(row.name,'编辑') this.getFloorAndRoom(this.tableData[buildingIndex].id) - this.tableType = 2 } } //删除