ประวัติอบรม/ดูงาน ขรก.
This commit is contained in:
parent
94ec57c791
commit
d267da5438
3 changed files with 233 additions and 312 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue