Merge branch 'develop' of github.com:Frappet/hrms-mgt into develop
* 'develop' of github.com:Frappet/hrms-mgt: fix:delete console.log(keycloakId.value); fix: type REGISTRY_PROFILE_EMP
This commit is contained in:
commit
5913cd5ae9
2 changed files with 1 additions and 1 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(
|
||||
|
|
|
|||
|
|
@ -90,7 +90,6 @@ async function fetchCheckState() {
|
|||
isSign: data.can_sign,
|
||||
};
|
||||
keycloakId.value = data.keycloakId;
|
||||
console.log(keycloakId.value);
|
||||
})
|
||||
.catch(() => {
|
||||
isPermission.value = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue