You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is when I load the initial options and make a query in this case i query no1. I then update the options, and no1 still appears i the options until i use a non-cached query. I think the issue is caching or there might be errors in the code.
I am simply trying to clear the options when this event is emitted. eventBus.$on('remove_all_options', this.changeOptions);
Uh oh!
There was an error while loading. Please reload this page.
The issue is when I load the initial options and make a query in this case i query no1. I then update the options, and no1 still appears i the options until i use a non-cached query. I think the issue is caching or there might be errors in the code.
I am simply trying to clear the options when this event is emitted. eventBus.$on('remove_all_options', this.changeOptions);
TreeSelect Component HTML
Methods:
method2 loads the initial options
method3 changes the options
});
The text was updated successfully, but these errors were encountered: