This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-06-27 11:08:01 +07:00
parent 6399e23d28
commit aafef60aab
3 changed files with 15 additions and 9 deletions

View file

@ -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 {