Compare commits
2 commits
00fd30140b
...
08cf8d9ab2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
08cf8d9ab2 | ||
|
|
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