ทะเบียนประวัติ ==> ปรับ load

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-08-27 10:37:57 +07:00
parent bc29de9f1c
commit 07b50dca80
4 changed files with 42 additions and 26 deletions

View file

@ -173,9 +173,13 @@ export const useProfileDataStore = defineStore("profile", () => {
Ops.value.religionOps = optionreligions;
OpsFilter.value.religionOps = optionreligions;
})
.catch((e: any) => {})
.catch((e) => {
messageError($q, e);
})
.finally(() => {
hideLoader();
setTimeout(() => {
hideLoader();
}, 2500);
});
};