张钢
2024-08-23 a85251ed5fb2bff88fffbb3e4cdd5603342ad35e
ruoyi-ui/src/views/mindMap/index.vue
@@ -78,11 +78,14 @@
      getUserProfile().then(response => {
        this.user = response.data;
      });
      listRoot(5).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];
         console.log(mindMapData)
       console.log('9999')
        // console.log(this.drawData(mindMapData))
        this.mapData = this.drawData(mindMapData)
        this.showMindMap = true