search diractor
This commit is contained in:
parent
eac620fb15
commit
578ea2bbe7
1 changed files with 2 additions and 0 deletions
|
|
@ -1435,6 +1435,7 @@ export class ProfileController extends Controller {
|
|||
id: Not(posMaster.current_holderId),
|
||||
};
|
||||
if (posMaster.orgChild1Id == null) {
|
||||
condition.orgRootId = null;
|
||||
} else if (posMaster.orgChild2Id == null) {
|
||||
condition.orgChild1Id = null;
|
||||
} else if (posMaster.orgChild3Id == null) {
|
||||
|
|
@ -1526,6 +1527,7 @@ export class ProfileController extends Controller {
|
|||
id: Not(posMaster.current_holderId),
|
||||
};
|
||||
if (posMaster.orgChild1Id == null) {
|
||||
condition.orgRootId = null;
|
||||
} else if (posMaster.orgChild2Id == null) {
|
||||
condition.orgChild1Id = null;
|
||||
} else if (posMaster.orgChild3Id == null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue