fixed #718
This commit is contained in:
parent
59e1a7c6c1
commit
83b7388598
4 changed files with 15 additions and 44 deletions
|
@ -56,7 +56,7 @@
|
|||
handleTriggerItem (item, fromInit = false) {
|
||||
if (item.disabled) return;
|
||||
|
||||
// return value back recursion
|
||||
// return value back recursion // 向上递归,设置临时选中值(并非真实选中)
|
||||
const backItem = this.getBaseItem(item);
|
||||
this.tmpItem = backItem;
|
||||
this.emitUpdate([backItem]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue