【发布时间】:2022-12-11 14:10:40
【问题描述】:
函数不返回特定项目,而是返回给定项目所在的整个组。
在给定的代码笔示例中:https://codepen.io/simonsnetwork/pen/YzvgVBa?editors=1011
用户有权限:
userPermissionGroup: [
"dictionary_company_high_department",
"dictionary_company_department",
"user_user"
]
菜单返回菜单中的整个组,其中存在具有这些权限的项目,而不是两个组中的三个项目
【问题讨论】:
标签: javascript vue.js vuetify.js