fixing load registry

This commit is contained in:
Warunee Tamkoo 2024-08-29 14:03:49 +07:00
parent b808db1c73
commit 8957e38165

View file

@ -256,12 +256,13 @@ async function selectType() {
: "เลือกหน่วยงาน"; : "เลือกหน่วยงาน";
} else { } else {
// filter // filter
if ( if (
store.formFilter.keyword != "" || store.formFilter.keyword != "" ||
store.labelOption.posType != "ทั้งหมด" || store.labelOption.posType != "ทั้งหมด" ||
store.labelOption.posLevel != "ทั้งหมด" || store.labelOption.posLevel != "ทั้งหมด" ||
store.formFilter.isShowRetire != null || store.formFilter.isShowRetire ||
store.formFilter.isProbation != null store.formFilter.isProbation
) { ) {
store.formFilter.page = 1; store.formFilter.page = 1;
fetchDataPerson(); fetchDataPerson();