แก้ไขข้อความที่แสดงผิดของขอโอน

This commit is contained in:
Warunee Tamkoo 2023-09-26 12:25:47 +07:00
parent 0c48d30018
commit ac148dd71e
4 changed files with 5 additions and 5 deletions

View file

@ -112,7 +112,7 @@ const Ordersave = async () => {
await http
.post(config.API.expulsionReport, body)
.then((res: any) => {
success($q, "ส่งไปออกคำสั่งโอนออกสำเร็จ");
success($q, "ส่งไปออกคำสั่งสำเร็จ");
props.closeModal?.();
})
.catch((e) => {