Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parent folder doesn't open #121

Open
bonya0329 opened this issue Apr 2, 2021 · 2 comments
Open

Parent folder doesn't open #121

bonya0329 opened this issue Apr 2, 2021 · 2 comments

Comments

@bonya0329
Copy link

bonya0329 commented Apr 2, 2021

 var arrayToTree = require('array-to-tree');

 
 this.axios.get('.../folders/get_list')
       .then((response)=>{
           this.data_to_change = response.data
           this.data = arrayToTree(this.data_to_change.folder, {
             parentProperty: 'PARENT',
             customID: 'ID'
           });
       })

I see the tree, but the parent folder doesn't open
Can you help me, please?

@bonya0329 bonya0329 changed the title I can't refresh data of tree Parent folder doesn't open Apr 2, 2021
@Benderyadenis
Copy link

Столкнулся с такой же проблемой (... При использовании статических данных всё работает...

@copilot-gb
Copy link

is there a solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants