@@ -244,7 +244,7 @@
}
if (this.router) {
- this.routeToItem(item, error => {
+ this.routeToItem(item, () => {
this.activeIndex = oldActiveIndex;
});
@@ -141,8 +141,4 @@
-
- .el-select-dropdown__wrap {
- margin-bottom: 0 !important;
- }