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];