Commit a11a10c5 authored by 李苏's avatar 李苏 💬

菜单选择bug

parent 5fe85ea7
......@@ -89,6 +89,10 @@ const permission = {
asymenus.forEach(e=>{
if(e.mkid==item.meta.mkid){
item.meta.icon=e.icon
/* 额外参数*/
e.mkid&&(item.mkid=e.mkid)
e.menusBizType&&(item.menusBizType=e.menusBizType)
e.mkid&&(item.menusBizTypeName=e.menusBizTypeName)
hasMkid=true
}
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment