ปรับ ประเมิน กรรมการ
This commit is contained in:
parent
be098be411
commit
658a294cc1
4 changed files with 45 additions and 45 deletions
|
|
@ -26,12 +26,12 @@ function addData(formData: DataForm) {
|
|||
http
|
||||
.post(config.API.evaluateDirectorMain(), {
|
||||
// personalId:formData.personalId ?? '',
|
||||
Prefix: formData.prefix,
|
||||
FirstName: formData.firstname,
|
||||
LastName: formData.lastname,
|
||||
Position: formData.position,
|
||||
Email: formData.email,
|
||||
Phone: formData.phone,
|
||||
prefix: formData.prefix,
|
||||
firstName: formData.firstname,
|
||||
lastName: formData.lastname,
|
||||
position: formData.position,
|
||||
email: formData.email,
|
||||
phone: formData.phone,
|
||||
})
|
||||
.then((res) => {
|
||||
success($q, "บันทึกข้อมูลสำเร็จ");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue