แก้ไขข้อความที่แสดงผิดของขอโอน
This commit is contained in:
parent
0c48d30018
commit
ac148dd71e
4 changed files with 5 additions and 5 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue