leave select commander fixing send type employee
This commit is contained in:
parent
2fa867e19f
commit
a13bfdffb2
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ async function getData() {
|
|||
keyword: keyword.value,
|
||||
isAct: isAct.value,
|
||||
keycloakId: props.keycloakUserId,
|
||||
type: props.profileType === "officer" ? props.profileType : "employee",
|
||||
})
|
||||
.then(async (res) => {
|
||||
const data = res.data.result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue