update selected and load data
This commit is contained in:
parent
263e122b60
commit
bebf684069
2 changed files with 157 additions and 53 deletions
|
|
@ -125,7 +125,7 @@ export const useChangeRoundDataStore = defineStore(
|
|||
|
||||
async function fetchDataForCardId(dataDetail: any, type?: string) {
|
||||
if (dataDetail) {
|
||||
showLoader();
|
||||
// showLoader();
|
||||
const url =
|
||||
type && type == "emp"
|
||||
? config.API.leaveSearchEMP()
|
||||
|
|
@ -170,7 +170,7 @@ export const useChangeRoundDataStore = defineStore(
|
|||
console.log(e);
|
||||
})
|
||||
.finally(() => {
|
||||
hideLoader();
|
||||
// hideLoader();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue