部门文件权限
This commit is contained in:
parent
c007722c00
commit
e62a736885
File diff suppressed because one or more lines are too long
|
@ -117,7 +117,7 @@ const actions = {
|
||||||
reject('没有任何权限!')
|
reject('没有任何权限!')
|
||||||
}else{
|
}else{
|
||||||
if(dept==5||dept==33||dept==34||dept==55||dept==36||dept==37||dept==38
|
if(dept==5||dept==33||dept==34||dept==55||dept==36||dept==37||dept==38
|
||||||
||dept==39||dept==40||dept==41||dept==42||dept==67||dept==97){
|
||dept==39||dept==40||dept==41||dept==42||dept==67||dept==97||dept==100){
|
||||||
perms.push('test')
|
perms.push('test')
|
||||||
commit('SET_PERMS', perms);
|
commit('SET_PERMS', perms);
|
||||||
}else{
|
}else{
|
||||||
|
|
Loading…
Reference in New Issue