From ef5753abe5fb784ca2afa624d9230d16f04af55b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 02 May 2023 18:27:08 +0800
Subject: [PATCH] 弹框显示详情

---
 src/views/home/components/leftContainer.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/home/components/leftContainer.vue b/src/views/home/components/leftContainer.vue
index bd7c4ae..ca9853f 100644
--- a/src/views/home/components/leftContainer.vue
+++ b/src/views/home/components/leftContainer.vue
@@ -976,6 +976,8 @@
 
         clickHouseChart () {
             houseMyChart.on('click', params => {
+                this.$parent.architectureTitle = params.name
+
                 if (params.name == '学校') {
                     this.$parent.xxPopupShow = true
                     this.$parent.houseArr = []
@@ -988,7 +990,6 @@
                     this.$parent.architectureShow = true
                     this.$parent.architectureTable = []
                     this.$parent.architectureLoad = true
-                    this.$parent.architectureTitle = params.name
 
                     if (params.name == '医院') {
                         setTimeout(() => {

--
Gitblit v1.9.3