From 798dcfbbc3ab2a81d1e873b25e00bf5e4ed03aa7 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 02 十二月 2024 18:11:54 +0800
Subject: [PATCH] ll

---
 admin/src/views/project/housingList.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/admin/src/views/project/housingList.vue b/admin/src/views/project/housingList.vue
index 57c75e9..f800cc8 100644
--- a/admin/src/views/project/housingList.vue
+++ b/admin/src/views/project/housingList.vue
@@ -34,7 +34,7 @@
         <el-table-column type="selection" width="55"></el-table-column>
         <el-table-column prop="projectName" label="椤圭洰" min-width="100px"></el-table-column>
         <el-table-column prop="buildingName" label="妤煎畤" min-width="70px"></el-table-column>
-        <el-table-column prop="floor" label="妤煎眰" min-width="60px"></el-table-column>
+        <el-table-column prop="floorName" label="妤煎眰" min-width="60px"></el-table-column>
         <el-table-column prop="roomNum" label="鎴垮彿" min-width="60px"></el-table-column>
         <el-table-column prop="rentArea" label="璁$闈㈢Н(m虏)" min-width="80px"></el-table-column>
         <el-table-column prop="feeArea" label="璁¤垂闈㈢Н(m虏)" min-width="80px"></el-table-column>
@@ -101,6 +101,8 @@
       },
       projectList: [],
       buildList: [],
+      
+      filters: {}
     }
   },
   created() {
@@ -121,17 +123,16 @@
     },
     changeProject(e) {
       this.searchForm.buildingId = ''
-      getBuildList({ id: e }).then(res => {
+      getBuildList({ projectId: e }).then(res => {
         this.buildList = res || []
       })
     },
     editClick(row) {
       if (row && row.id) {
-        this.$refs.operaYwRoomWindow.open('缂栬緫鎴块棿')
+        this.$refs.operaYwRoomWindow.open('缂栬緫鎴块棿', row)
       } else {
         this.$refs.operaYwRoomWindow.open('鏂板缓鎴块棿')
       }
-      this.$refs.operaYwRoomWindow.getProject()
     },
   }
 }

--
Gitblit v1.9.3