fix bug
This commit is contained in:
parent
6399e23d28
commit
aafef60aab
3 changed files with 15 additions and 9 deletions
|
|
@ -217,6 +217,9 @@ function onSubmit() {
|
|||
orgChild3Id: props.orgLevel === 3 ? props.treeId : null,
|
||||
orgChild4Id: props.orgLevel === 4 ? props.treeId : null,
|
||||
positions: positionsData,
|
||||
isDirector: false,
|
||||
isOfficer: false,
|
||||
|
||||
// succession: succession.value,
|
||||
};
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue