เพิ่ม hideload

This commit is contained in:
setthawutttty 2024-12-20 17:29:13 +07:00
parent 1dff367e7b
commit 0d90ccaa91

View file

@ -133,6 +133,7 @@ function uploadFileDoc(uploadUrl: string, file: any) {
})
.catch((e) => {
messageError($q, e);
hideLoader();
})
.finally(() => {
hideLoader();