From 998bcc72127c975ec0ffbfd4fd6cdb055f49fbe4 Mon Sep 17 00:00:00 2001
From: TreeWish <1131093754@qq.com>
Date: 星期四, 16 二月 2023 15:22:58 +0800
Subject: [PATCH] Merge branch 'master' of http://103.85.165.99:8989/r/LFWEB_NEW

---
 src/components/Screen/top.vue |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/src/components/Screen/top.vue b/src/components/Screen/top.vue
index afb517a..aa97331 100644
--- a/src/components/Screen/top.vue
+++ b/src/components/Screen/top.vue
@@ -2,14 +2,14 @@
   <div class="top">
     <div class="topleft">
       <div
-        class="topleft1 topleftC"
+        class="topleft1 topleftC"  @click="OpenInitChart"
         :class="{ topleft1: screen == false, topleftC: screen == true }"
       >
         <img src="../../assets/img/Screen/bigST.png" />
         <span>澶у睆瑙嗗浘</span>
       </div>
       <div
-        class="topleft1 topleftC"
+        class="topleft1 topleftC" @click="OpenProjectree"
         :class="{ topleft1: tree == false, topleftC: tree == true }"
       >
         <img src="../../assets/img/Screen/ptree.png" />
@@ -40,6 +40,19 @@
     ReturnLast() {
       this.$router.push("/Synthesis")
     },
+
+    //鎵撳紑澶у睆
+    OpenInitChart(){
+      this.$parent.$refs.mapleft.OpenLeftInit();
+    },
+
+    //鎵撳紑宸ョ▼鏍�
+    OpenProjectree(){
+      this.$parent.$refs.mapleft.OpenLeftProjectTree();
+    }
+
+
+
   },
 }
 </script>

--
Gitblit v1.9.3