ปรับ ประเมิน กรรมการ

This commit is contained in:
setthawutttty 2023-12-22 10:29:39 +07:00
parent be098be411
commit 658a294cc1
4 changed files with 45 additions and 45 deletions

View file

@ -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, "บันทึกข้อมูลสำเร็จ");