Merge branch 'develop'
* develop: fix role
This commit is contained in:
commit
2e90440dea
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ class CheckAuth {
|
||||||
} else if (privilege == "PARENT") {
|
} else if (privilege == "PARENT") {
|
||||||
data = {
|
data = {
|
||||||
root: [x.orgRootId],
|
root: [x.orgRootId],
|
||||||
child1: [null],
|
child1: null,
|
||||||
child2: null,
|
child2: null,
|
||||||
child3: null,
|
child3: null,
|
||||||
child4: null,
|
child4: null,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue