แก้โหลด หน้า

This commit is contained in:
setthawutttty 2024-11-04 13:48:11 +07:00
parent 57f145784e
commit 419ccf61fa
10 changed files with 43 additions and 20 deletions

View file

@ -65,7 +65,7 @@ async function fecthAssign(id: string) {
// messageError($q, e);
})
.finally(() => {
hideLoader();
probationStore.checkLoad && hideLoader();
});
}