ต่อ api แก้ไข meeting
This commit is contained in:
parent
1e85217bb3
commit
93dc84f95e
7 changed files with 126 additions and 153 deletions
|
|
@ -26,7 +26,8 @@ function addData(formData: any) {
|
|||
.post(config.API.meeting(), {
|
||||
Round: formData.rounded ?? "",
|
||||
Tittle: formData.title,
|
||||
Date: formData.dateMeetingStart,
|
||||
DateEnd: formData.dateMeetingEnd,
|
||||
DateStart: formData.dateMeetingStart,
|
||||
Result: formData.consider,
|
||||
Duration: formData.period,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue