mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-02 20:28:52 +08:00
Remove useless parameters
This commit is contained in:
parent
f68af37f26
commit
4b4b6ddf97
@ -132,7 +132,7 @@
|
||||
}
|
||||
clearTimeout(this.timeout);
|
||||
this.timeout = setTimeout(() => {
|
||||
this.rootMenu.closeMenu(this.index, this.indexPath);
|
||||
this.rootMenu.closeMenu(this.index);
|
||||
}, 300);
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user