From 257efe272b5e3798bd22215b761f445b84f88371 Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期六, 08 二月 2025 17:19:04 +0800 Subject: [PATCH] 改bug --- 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