feige
2024-06-16 2f56209d3cdfda779aeed6cd30b1c0cc0cda3e70
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