yz3456
2024-08-13 695a1d56442b734d44212269f1e4c44220f9d9f0
ruoyi-ui/src/views/mindMap/index.vue
@@ -78,11 +78,12 @@
      getUserProfile().then(response => {
        this.user = response.data;
      });
      listRoot(5).then(response =>{
      listRoot(10).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