Merge branch 'develop' into nice_dev
This commit is contained in:
commit
20a84e95e5
206 changed files with 30456 additions and 3204 deletions
|
|
@ -535,7 +535,7 @@ const clickDelete = (id: string) => {
|
|||
};
|
||||
|
||||
// const deleteData = async (id: string) => {
|
||||
// loaderPage(true);
|
||||
// showLoader();
|
||||
// await http
|
||||
// .delete(config.API.orderReplace(id))
|
||||
// .then((res) => {
|
||||
|
|
@ -545,7 +545,7 @@ const clickDelete = (id: string) => {
|
|||
// messageError($q, e);
|
||||
// })
|
||||
// .finally(async () => {
|
||||
// loaderPage(false);
|
||||
// hideLoader();
|
||||
// await fetchData();
|
||||
// });
|
||||
// };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue