อัตรากำลังลูกจ้างประจำ ฯ => refactor code

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-25 15:00:26 +07:00
parent 7e2350eef8
commit 81e0a82b0e
18 changed files with 377 additions and 188 deletions

View file

@ -88,7 +88,7 @@ const formData = reactive<FormPositionFilter>({
});
/**
* อมธฟสำ Table
* อม Table
*/
const row = ref<Position[]>([]);
const rowResult = ref<SeaechResult[]>([]);
@ -403,7 +403,9 @@ function clearPosition() {
formData.positionLevel = "";
}
/** callback function ทำงานเมื่อเปิด popup*/
/**
* callback function ทำงานเมอเป popup
*/
watch(
() => modal.value,
async () => {
@ -439,7 +441,9 @@ watch(
}
);
/** callback function ทำงานการค้นหาข้อมุลคนครองเมื่อมีการ update Pagination*/
/**
* callback function ทำงานการคนหาขอมลคนครองเมอมการ update Pagination
*/
watch([() => page.value, () => pageSize.value], () => {
searchData();
});