fix bug & แก้คำผิด

This commit is contained in:
Warunee Tamkoo 2024-03-28 16:29:44 +07:00
parent 2590fb1142
commit ad09bd908a
15 changed files with 45 additions and 47 deletions

View file

@ -243,7 +243,7 @@ const getData = async (id: string) => {
hideLoader();
});
};
//
//
const saveData = async () => {
const id = route.params.orderid
? route.params.orderid.toString()
@ -319,7 +319,7 @@ const nodeTree = async () => {
const onSelected = async (id: string) => {
await listModal(id);
};
//
//
const deleteData = async (id: string) => {
await http
.delete(config.API.copyOrderId(id))