From bb39cbe30cf530a7554c5813e21ffaba9307a035 Mon Sep 17 00:00:00 2001
From: TreeWish <1131093754@qq.com>
Date: 星期五, 24 二月 2023 15:39:29 +0800
Subject: [PATCH] 修改部分图表显示效果

---
 src/components/Screen/bottom.vue |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/components/Screen/bottom.vue b/src/components/Screen/bottom.vue
index 4c7faa0..71a50c9 100644
--- a/src/components/Screen/bottom.vue
+++ b/src/components/Screen/bottom.vue
@@ -202,6 +202,9 @@
         case "宸ョ▼灞曠ず":
           this.DisplayCurrentProject(child)
           break
+        case "椤圭洰灞曠ず":
+          this.changeProject(child)
+          break
         default:
           break
       }
@@ -285,7 +288,7 @@
             wkt: item.st_astext,
           }
         })
-        console.log(menu.children.length)
+    
       }
     },
     async getCountProjectTour() {
@@ -299,9 +302,12 @@
             wkt: item.wkt,
           }
         })
-        console.log(menu.children.length)
+      
       }
     },
+    changeProject(params) {
+      this.$bus.$emit('changeProject', params.name)
+    }
   },
 }
 </script>

--
Gitblit v1.9.3