แก้ไขแบบประเมิน => ผลสัมฤทธิ์ของงาน, งานที่ได้รับมอบหมายพิเศษ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-23 17:31:57 +07:00
parent f2571622d9
commit f2870bd287
3 changed files with 68 additions and 7 deletions

View file

@ -59,11 +59,24 @@ function fetchListRole() {
});
}
function fetchAssigned() {}
function fetchAssigned() {
const data = [
{
includingName: "name",
target: "เป่า",
point: "12",
weight: "12",
achievement: "12",
evaluationResults: "12",
},
];
rows_03.value = data;
}
onMounted(() => {
fetchListPlanned();
fetchListRole();
fetchAssigned();
});
</script>