fix validate ==> ทะเบียนประวัติ ตำแหน่งเงินเดือน
This commit is contained in:
parent
a396e8e2e4
commit
e82bc57406
2 changed files with 8 additions and 0 deletions
|
|
@ -784,6 +784,10 @@ function onSubmit() {
|
||||||
? profileId.value
|
? profileId.value
|
||||||
: undefined,
|
: undefined,
|
||||||
...formData,
|
...formData,
|
||||||
|
positionExecutiveField: formData.positionExecutiveField
|
||||||
|
? formData.positionExecutiveField
|
||||||
|
: undefined,
|
||||||
|
positionArea: formData.positionArea ? formData.positionArea : undefined,
|
||||||
commandDateAffect: convertDateToAPI(formData.commandDateAffect),
|
commandDateAffect: convertDateToAPI(formData.commandDateAffect),
|
||||||
commandDateSign: convertDateToAPI(formData.commandDateSign),
|
commandDateSign: convertDateToAPI(formData.commandDateSign),
|
||||||
commandName: store.convertCommandCodeName(formData.commandCode),
|
commandName: store.convertCommandCodeName(formData.commandCode),
|
||||||
|
|
|
||||||
|
|
@ -705,6 +705,10 @@ function onSubmit() {
|
||||||
? profileId.value
|
? profileId.value
|
||||||
: undefined,
|
: undefined,
|
||||||
...formData,
|
...formData,
|
||||||
|
positionExecutiveField: formData.positionExecutiveField
|
||||||
|
? formData.positionExecutiveField
|
||||||
|
: undefined,
|
||||||
|
positionArea: formData.positionArea ? formData.positionArea : undefined,
|
||||||
commandDateAffect: convertDateToAPI(formData.commandDateAffect),
|
commandDateAffect: convertDateToAPI(formData.commandDateAffect),
|
||||||
commandDateSign: convertDateToAPI(formData.commandDateSign),
|
commandDateSign: convertDateToAPI(formData.commandDateSign),
|
||||||
commandName: store.convertCommandCodeName(formData.commandCode),
|
commandName: store.convertCommandCodeName(formData.commandCode),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue