ทะเบียนประวัติ ==> ปรับ load
This commit is contained in:
parent
bc29de9f1c
commit
07b50dca80
4 changed files with 42 additions and 26 deletions
|
|
@ -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);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue