KPI => ปรับ API Report

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-04 10:33:20 +07:00
parent fe713eea70
commit dedc986975
2 changed files with 2 additions and 2 deletions

View file

@ -61,5 +61,5 @@ export default {
sendToSummary: (id: string) => `${kpiEvaluation}/summary/${id}`, sendToSummary: (id: string) => `${kpiEvaluation}/summary/${id}`,
updatePoint: (id: string) => `${kpiEvaluation}/point/${id}`, updatePoint: (id: string) => `${kpiEvaluation}/point/${id}`,
openPoint: (id: string) => `${kpiEvaluation}/open/${id}`, openPoint: (id: string) => `${kpiEvaluation}/open/${id}`,
kpiReport: (id: string) => `${Kpi}/report/kpi9/${id}`, kpiReport: (id: string) => `${Kpi}/report/kpi-user/${id}`,
}; };

View file

@ -196,7 +196,7 @@ onMounted(() => {
fetchAssigned(); fetchAssigned();
setTimeout(() => { setTimeout(() => {
hideLoader(); hideLoader();
}, 1000); }, 2000);
}); });
</script> </script>