แก้ method put to post

This commit is contained in:
Warunee Tamkoo 2023-10-11 11:34:29 +07:00
parent 4bcd247df8
commit 0fcb487acb

View file

@ -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, "บันทึกสำเร็จ");
}) })