fixed next_holderId null
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m6s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m6s
This commit is contained in:
parent
8e40c53ea0
commit
bba6754eeb
1 changed files with 2 additions and 1 deletions
|
|
@ -8563,7 +8563,7 @@ export class OrganizationController extends Controller {
|
|||
orgChild3Id,
|
||||
orgChild4Id,
|
||||
current_holderId: draftPos.next_holderId,
|
||||
next_holderId: draftPos.next_holderId,
|
||||
next_holderId: null,
|
||||
isSit: draftPos.isSit,
|
||||
reason: draftPos.reason,
|
||||
isDirector: draftPos.isDirector,
|
||||
|
|
@ -8592,6 +8592,7 @@ export class OrganizationController extends Controller {
|
|||
orgChild3Id,
|
||||
orgChild4Id,
|
||||
current_holderId: draftPos.next_holderId,
|
||||
next_holderId: null,
|
||||
statusReport: "DONE",
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue