รายการลาออก

This commit is contained in:
setthawutttty 2025-05-07 22:08:48 +07:00
parent 2c3be4c51e
commit e2e24b7717
9 changed files with 231 additions and 132 deletions

View file

@ -148,9 +148,11 @@ function onSubmit() {
showLoader();
http
.post(
config.API.addApproverByType(
config.API.addResign(
(props.profileType?.toLocaleLowerCase() as string) == "officer"
? ""
: "-employee",
props.type?.toLocaleLowerCase() as string,
props.profileType?.toLocaleLowerCase() as string,
pageId.value
),
body