แก้ไขแบบประเมิน => ผลสัมฤทธิ์ของงาน, งานที่ได้รับมอบหมายพิเศษ
This commit is contained in:
parent
f2571622d9
commit
f2870bd287
3 changed files with 68 additions and 7 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue