แก้ method put to post
This commit is contained in:
parent
4bcd247df8
commit
0fcb487acb
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ const createdAppoint = async () => {
|
||||||
};
|
};
|
||||||
showLoader();
|
showLoader();
|
||||||
await http
|
await http
|
||||||
.put(config.API.appointEmployeeOrder(), data)
|
.post(config.API.appointEmployeeOrder(), data)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
success($q, "บันทึกสำเร็จ");
|
success($q, "บันทึกสำเร็จ");
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue