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,
|
||||
pageSize: pagination.value.rowsPerPage,
|
||||
keycloakId: props.keycloakId,
|
||||
type: props.sysName === "REGISTRY_PROFILE_EMP" ? "employee" : "officer",
|
||||
})
|
||||
.then(async (res) => {
|
||||
totalList.value = Math.ceil(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue