Merge branch 'develop' into dev
Some checks failed
Build & Deploy on Dev / build (push) Has been cancelled
Some checks failed
Build & Deploy on Dev / build (push) Has been cancelled
This commit is contained in:
commit
08cf8d9ab2
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