ทะเบียนประวัติ > ประวัติถือครองตำแหน่ง
This commit is contained in:
parent
8bfd894d8f
commit
8b12e131bc
5 changed files with 35 additions and 58 deletions
|
|
@ -338,7 +338,13 @@ function getQuota() {
|
|||
.finally(() => {});
|
||||
}
|
||||
|
||||
function filterSelector(val: any, update: Function, refData: string) {
|
||||
/**
|
||||
* functioon ค้นหาข้อมูลรายการหน่วยงาน
|
||||
* @param val คำค้นหา
|
||||
* @param update function
|
||||
* @param refData typeSelector
|
||||
*/
|
||||
function filterSelector(val: string, update: Function, refData: string) {
|
||||
switch (refData) {
|
||||
case "agencyFilter":
|
||||
update(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue