This commit is contained in:
梁灏 2017-04-22 14:00:10 +08:00
parent 59e1a7c6c1
commit 83b7388598
4 changed files with 15 additions and 44 deletions

View file

@ -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]);