fix(placement): send posExecutiveId field in payload
This commit is contained in:
parent
d978ba870b
commit
b03fe7d44a
7 changed files with 17 additions and 5 deletions
|
|
@ -382,6 +382,7 @@ async function onSave(data: FormDataAppoint) {
|
|||
typeCommand: data.typeCommand,
|
||||
positionExecutiveField: data.positionExecutiveField,
|
||||
positionArea: data.positionArea,
|
||||
posExecutiveId: data.posExecutiveId,
|
||||
};
|
||||
|
||||
showLoader();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue