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 {
|
||||
// แต่ถ้าประเภทเดิมระบบจะใช้ filter เดิมที่เคยค้นหาไว้
|
||||
|
||||
if (
|
||||
store.formFilter.keyword != "" ||
|
||||
store.labelOption.posType != "ทั้งหมด" ||
|
||||
store.labelOption.posLevel != "ทั้งหมด" ||
|
||||
store.formFilter.isShowRetire != null ||
|
||||
store.formFilter.isProbation != null
|
||||
store.formFilter.isShowRetire ||
|
||||
store.formFilter.isProbation
|
||||
) {
|
||||
store.formFilter.page = 1;
|
||||
fetchDataPerson();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue