From 11f59de289366eb099ecd313e74dc64f044b59b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Mon, 26 Sep 2022 14:37:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=9F=BA=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF(=E6=A5=BC=E6=A0=8B=E7=AE=A1=E7=90=86):=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E5=8A=9F=E8=83=BD=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../buildingManage/buildingManagement.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 } } //删除