From b1e21adbd4fccedc31701f2564b01cabe9941a5f Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期六, 08 二月 2025 17:27:41 +0800
Subject: [PATCH] Merge branch '2.0.1' of http://139.186.142.91:10010/r/productDev/funingyunwei into 2.0.1

---
 admin/src/views/project/components/houseDetails.vue |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/admin/src/views/project/components/houseDetails.vue b/admin/src/views/project/components/houseDetails.vue
index 634af23..e6fc674 100644
--- a/admin/src/views/project/components/houseDetails.vue
+++ b/admin/src/views/project/components/houseDetails.vue
@@ -64,9 +64,6 @@
                     <el-tab-pane label="绉熷鍚堝悓" name="project">
                         <div class="xm">
                             <el-card style="margin-top: 20px;">
-                                <div slot="header" class="clearfix">
-                                    <span>褰撳墠鍦ㄧ鍚堝悓</span>
-                                </div>
                                 <div class="xm_table">
                                     <div style="width: 100%; display: flex; align-items: center; margin-bottom: 15px;">
                                         <el-input v-model="form.code" style="width: 300px;" placeholder="璇疯緭鍏ュ悎鍚岀紪鍙�"></el-input>
@@ -614,8 +611,6 @@
           })
         })
         let xAxisData = this.categaryList.map(item => item.cateName)
-        console.log(seriesArr)
-        console.log(xAxisData)
         option = {
           title: {
             text: '璁惧鏁伴噺鍒嗙被缁熻'
@@ -691,7 +686,7 @@
           this.getTenantContract()
         } else if (this.propsName === 'second') {
           this.getFetchList()
-        } else if (tab._props.name === 'third') {
+        } else if (this.propsName === 'third') {
           this.getDevicePage()
         } else if (this.propsName === 'fourth') {
           this.getPropertyLists()
@@ -703,7 +698,7 @@
           this.getTenantContract()
         } else if (this.propsName === 'second') {
           this.getFetchList()
-        } else if (tab._props.name === 'third') {
+        } else if (tab.propsName === 'third') {
           this.getDevicePage()
         } else if (this.propsName === 'fourth') {
           this.getPropertyLists()

--
Gitblit v1.9.3