Skip to content

Commit

Permalink
Merge pull request #57 from web17077/dev
Browse files Browse the repository at this point in the history
add loadRootOptions arguemnts this.id
  • Loading branch information
riophae authored Apr 13, 2018
2 parents 98c515e + 057d351 commit 61af17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/treeselectMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ export default {

this.loadingRootOptions = true
this.loadingRootOptionsError = ''
this.loadRootOptions(callback)
this.loadRootOptions(callback, this.id)
} else {
if (parentNode.isPending) return

Expand Down

0 comments on commit 61af17d

Please sign in to comment.