ประวัติอบรม/ดูงาน ขรก.

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-04-18 18:00:55 +07:00
parent 94ec57c791
commit d267da5438
3 changed files with 233 additions and 312 deletions

View file

@ -16,7 +16,7 @@ const pagination = ref({
});
const formFilter = reactive({
root: "",
root: null,
page: 1,
pageSize: 20,
keyword: "",
@ -115,8 +115,9 @@ function fetchListOrg() {
http
.get(config.API.developmentHistoryListOrg("officer", formFilter.year))
.then((res) => {
formFilter.root = "";
formFilter.root = null;
agencyOp.value = res.data.result;
getData();
})
.catch((err) => {
messageError($q, err);