fixing load registry
This commit is contained in:
parent
b808db1c73
commit
8957e38165
1 changed files with 3 additions and 2 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue