fix: type REGISTRY_PROFILE_EMP
This commit is contained in:
parent
34870101be
commit
e16086884a
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ async function fetchLists() {
|
||||||
page: pagination.value.page,
|
page: pagination.value.page,
|
||||||
pageSize: pagination.value.rowsPerPage,
|
pageSize: pagination.value.rowsPerPage,
|
||||||
keycloakId: props.keycloakId,
|
keycloakId: props.keycloakId,
|
||||||
|
type: props.sysName === "REGISTRY_PROFILE_EMP" ? "employee" : "officer",
|
||||||
})
|
})
|
||||||
.then(async (res) => {
|
.then(async (res) => {
|
||||||
totalList.value = Math.ceil(
|
totalList.value = Math.ceil(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue