KPI => refactor code

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-23 12:02:30 +07:00
parent 61e06096bf
commit e9ce66b6c1
5 changed files with 105 additions and 74 deletions

View file

@ -86,7 +86,7 @@ const listReportMain = ref<DataOption[]>([
name: "จัดทำประกาศผู้มีผลการปฏิบัติราชการระดับดีเด่นและดีมาก",
},
]);
const listReport = ref<DataOption[]>([]);
const listReport = ref<DataOption[]>([]); //
/**
* funtion fetchขอมลรอบการประเม
@ -335,7 +335,6 @@ const formFilter = reactive({
});
const maxPage = ref<number>(1);
const total = ref<number>(0);
const roundRef = ref<any>(null);
const rowsPerson = ref<ResPerson[]>([]);