fixed #950
This commit is contained in:
parent
a28bc982af
commit
933afc7a2c
3 changed files with 210 additions and 115 deletions
|
@ -61,6 +61,7 @@
|
|||
const cascader = findComponentUpward(this, 'Cascader');
|
||||
if (cascader && cascader.loadData) {
|
||||
cascader.loadData(item, () => {
|
||||
cascader.isLoadedChildren = true;
|
||||
this.handleTriggerItem(item);
|
||||
});
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue