From a85251ed5fb2bff88fffbb3e4cdd5603342ad35e Mon Sep 17 00:00:00 2001
From: 张钢 <floatgang@163.com>
Date: 星期五, 23 八月 2024 22:19:50 +0800
Subject: [PATCH] 修正了一些语法错误
---
ruoyi-ui/src/views/mindMap/index.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/ruoyi-ui/src/views/mindMap/index.vue b/ruoyi-ui/src/views/mindMap/index.vue
index bb2f133..e19ed33 100644
--- a/ruoyi-ui/src/views/mindMap/index.vue
+++ b/ruoyi-ui/src/views/mindMap/index.vue
@@ -78,7 +78,9 @@
getUserProfile().then(response => {
this.user = response.data;
});
- listRoot(10).then(response =>{
+ let clanId = this.$store.state.user.clanId
+ // alert(clanId)
+ listRoot(10,clanId).then(response =>{
this.rootList =response.data;
const mindMapData = this.rootList[0];
--
Gitblit v1.9.1