รายการประวัติฝึกอบรม/ดูงานลูกจ้าง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-19 10:25:22 +07:00
parent ad593b4551
commit 34cb5f6c8e
4 changed files with 393 additions and 444 deletions

View file

@ -116,6 +116,7 @@ function fetchListOrg() {
.get(config.API.developmentHistoryListOrg("officer", formFilter.year))
.then((res) => {
formFilter.root = null;
rows.value = [];
agencyOp.value = res.data.result;
getData();
})