From 46a0fb1d9ab9a48a40a7c8cc9d8917bf271713de Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期六, 26 十月 2024 12:17:28 +0800
Subject: [PATCH] 修改了对应bug

---
 ruoyi-ui/src/views/components/superMindmap.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/ruoyi-ui/src/views/components/superMindmap.vue b/ruoyi-ui/src/views/components/superMindmap.vue
index 824125f..0c2da1e 100644
--- a/ruoyi-ui/src/views/components/superMindmap.vue
+++ b/ruoyi-ui/src/views/components/superMindmap.vue
@@ -239,6 +239,7 @@
                     })
                     .on("click",function (event, node) {
                              let data = node.data
+							// alert(23)
 						//	 alert(213)
 						//	 alert("/familymodel/jiagenwang/personInfo/" + data.id)
                       that.$router.push("/familymodel/jiagenwang/personInfo/" + data.id);
@@ -294,10 +295,10 @@
                             return
                         }
                         // 鏈夊閾剧殑鑺傜偣锛屾墦寮�鏂扮獥鍙e悗鎭㈠鍒版�濈淮瀵煎浘椤甸潰
-                        if (data.id) {
+                        if (data.spid) {
                            // window.open(data.url)
-
-                            that.$router.push("/familymodel/jiagenwang/personInfo/" + data.id);
+						
+                            that.$router.push("/familymodel/jiagenwang/personInfo/" + data.spid);
                             //that.$emit('activeChange', 'map')
 						
                            // return

--
Gitblit v1.9.1