no message

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-04 18:12:55 +07:00
parent 7afbb2911a
commit 93855f6622
6 changed files with 66 additions and 9 deletions

View file

@ -122,7 +122,7 @@ const createdAppoint = async () => {
};
showLoader();
await http
.put(config.API.apppointmentReport(Type), data)
.put(config.API.appointEmployeeOrder(Type), data)
.then(() => {
success($q, "บันทึกสำเร็จ");
})