【fix bug】修改v-has按钮权限不生效
This commit is contained in:
@@ -87,7 +87,7 @@ export function filterGlobalPermission (el, binding) {
|
||||
if (allPermissionList && allPermissionList.length > 0) {
|
||||
for (const itemG of allPermissionList) {
|
||||
if (binding.value === itemG.action) {
|
||||
if (itemG.status + '' !== '0') {
|
||||
if (itemG.status + '' === '0') {
|
||||
invalidFlag = true
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user