This commit is contained in:
parent
61e4a0a42e
commit
dc4764c6ff
|
@ -13,9 +13,9 @@ export default {
|
|||
return
|
||||
}
|
||||
let permissions = tool.data.get("PERMISSIONS");
|
||||
if (permissions.indexOf('superuser') > -1){
|
||||
return
|
||||
}
|
||||
// if (permissions.indexOf('superuser') > -1){
|
||||
// return
|
||||
// }
|
||||
let flag = false;
|
||||
permissions.map((val) => {
|
||||
binding.value.map((v) => {
|
||||
|
|
Loading…
Reference in New Issue