แก้โหลด kpi
This commit is contained in:
parent
42bfe327c4
commit
eb12094af7
2 changed files with 7 additions and 7 deletions
|
|
@ -207,15 +207,13 @@ watch(
|
|||
|
||||
onMounted(async () => {
|
||||
showLoader();
|
||||
await Promise.all([
|
||||
Promise.all([
|
||||
getCriteria(),
|
||||
fetchListPlanned(),
|
||||
fetchListRole(),
|
||||
fetchAssigned(),
|
||||
await fetchListPlanned(),
|
||||
await fetchListRole(),
|
||||
await fetchAssigned(),
|
||||
]).finally(() => {
|
||||
setTimeout(() => {
|
||||
hideLoader();
|
||||
}, 1000);
|
||||
hideLoader();
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue