mirror of https://github.com/jeecgboot/jeecg-boot
parent
6ace7eae8a
commit
b45f059948
|
@ -152,7 +152,9 @@
|
|||
if (!flag) return;
|
||||
}
|
||||
|
||||
emit('menuClick', key);
|
||||
// 传递菜单项信息以支持query参数
|
||||
const menuItem = getMatchingMenu(props.items, key);
|
||||
emit('menuClick', key, menuItem);
|
||||
|
||||
isClickGo.value = true;
|
||||
setOpenKeys(key);
|
||||
|
|
Loading…
Reference in New Issue