KPI => ปรับ API Report
This commit is contained in:
parent
fe713eea70
commit
dedc986975
2 changed files with 2 additions and 2 deletions
|
|
@ -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}`,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -196,7 +196,7 @@ onMounted(() => {
|
||||||
fetchAssigned();
|
fetchAssigned();
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
hideLoader();
|
hideLoader();
|
||||||
}, 1000);
|
}, 2000);
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue