feige
2024-08-22 8f115311af95cb2fe0d7bee2d8a97dcbc059a263
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];