เงืนเดือนค่าจ้าง => เพิ่ม filter หน่วยงาน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-20 16:47:22 +07:00
parent 837d704709
commit 86ee465e9f
6 changed files with 83 additions and 19 deletions

View file

@ -238,7 +238,9 @@ function downloadFile(fileName: string) {
});
}
onMounted(() => {
fetchListFile();
if (props.rootId) {
fetchListFile();
}
});
</script>