fix(registry-retire-employee): load list
This commit is contained in:
parent
59e51444e1
commit
8e2aeef119
1 changed files with 2 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ function onclickSearch() {
|
|||
* @param item ประเภทข้าราชการ
|
||||
*/
|
||||
function selectType() {
|
||||
store.formFilter.isShowRetire = true;
|
||||
store.formFilter.isShowRetire = false;
|
||||
store.labelOption.retireType = "ทั้งหมด";
|
||||
store.formFilter.retireType = null;
|
||||
store.formFilter.keyword = "";
|
||||
|
|
@ -246,6 +246,7 @@ function selectType() {
|
|||
store.formFilter.searchType = "fullName";
|
||||
} else {
|
||||
// แต่ถ้าประเภทเดิมระบบจะใช้ filter เดิมที่เคยค้นหาไว้
|
||||
|
||||
if (
|
||||
store.formFilter.keyword != "" ||
|
||||
store.labelOption.posType != "ทั้งหมด" ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue