fix(report-registry): add Query Parameter isCurrent
This commit is contained in:
parent
8845a23b4d
commit
a826696222
1 changed files with 6 additions and 1 deletions
|
|
@ -569,7 +569,12 @@ async function onSearch() {
|
|||
posLevel: posLevel.value,
|
||||
position: position.value,
|
||||
positionExecutive: positionExecutive.value,
|
||||
holdPosition: holdPosition.value,
|
||||
isCurrent:
|
||||
holdPosition.value === "ครองตำแหน่ง"
|
||||
? true
|
||||
: holdPosition.value === "ไม่ครองตำแหน่ง"
|
||||
? false
|
||||
: undefined,
|
||||
gender: gender.value,
|
||||
status: status.value,
|
||||
education: education.value.trim(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue